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 singularity.libraryDir to config page #5498

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

christopher-hakkaart
Copy link
Contributor

@christopher-hakkaart christopher-hakkaart commented Nov 12, 2024

Fixes #1879

Signed-off-by: Christopher Hakkaart <chris.hakkaart@seqera.io>
@christopher-hakkaart christopher-hakkaart requested a review from a team as a code owner November 12, 2024 12:35
Copy link

netlify bot commented Nov 12, 2024

Deploy Preview for nextflow-docs-staging ready!

Name Link
🔨 Latest commit 0ce806e
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/6733a7767369390008515888
😎 Deploy Preview https://deploy-preview-5498--nextflow-docs-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -1375,6 +1375,9 @@ The following settings are available:
`singularity.envWhitelist`
: Comma separated list of environment variable names to be included in the container environment.

`singularity.libraryDir`
: Directory where remote Singularity images are retrieved. When using a computing cluster it must be a shared folder accessible to all compute nodes.

`singularity.noHttps`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be added an entry for apptainer.libraryDir as well.

Also the description could be extended to make it coherent with the explanation here

When looking for a Singularity image file, Nextflow first checks the library directory, and if the image file is not found, the cache directory is used as usual. The library directory can be defined either using the NXF_SINGULARITY_LIBRARYDIR environment variable or the singularity.libraryDir configuration setting (the latter overrides the former).

Signed-off-by: Christopher Hakkaart <chris.hakkaart@seqera.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Read only Singularity cache
3 participants