Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to output HTTP link to Singularity container #87

Open
itrujnara opened this issue Nov 4, 2024 · 1 comment
Open

Add option to output HTTP link to Singularity container #87

itrujnara opened this issue Nov 4, 2024 · 1 comment

Comments

@itrujnara
Copy link

Issue

If a Singularity container is generated with the CLI, only a link with oras//: is provided. Due to compatibility issues, many Singularity-based systems still require an HTTPS link to the container blob. For this reason, nf-core only accepts HTTPS for Singularity, also when Wave is used. The web app solves this issue, but sometimes using the CLI is necessary or preferred. Obtaining such links is currently a highly manual process.

Reproduction

wave --conda python --singularity --freeze. An ORAS link is generated.

Proposed solution

Add an --http flag that returns an HTTP link to the blob if --singularity is used and does nothing otherwise.

@ewels
Copy link
Member

ewels commented Nov 4, 2024

x-ref:

These were more about adding API endpoints to retrieve Singularity HTTPS container images. But likely amounts to the same thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants