You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: