We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NXF_DOCKER_CACHEDIR
Essentially this is the docker equivalent of NXF_SINGULARITY_CACHEDIR. If this env is set it will load the docker images saved in this folder.
NXF_SINGULARITY_CACHEDIR
This feature is the result of a nf-core tools refactor from the hackathon: nf-core/tools#3517
The guide for loading and saving docker images is here: #4708
This will allow users to create a pipeline in an offline docker workspace for users who don't have access to singularity.
Nextflow will just need to run the load command on the tar files in the folder. Further details are here: #4708
The text was updated successfully, but these errors were encountered:
It looks a too niche and, above all, error prone process. We are not planning to support this capability.
Sorry, something went wrong.
No branches or pull requests
New feature
Essentially this is the docker equivalent of
NXF_SINGULARITY_CACHEDIR
. If this env is set it will load the docker images saved in this folder.This feature is the result of a nf-core tools refactor from the hackathon: nf-core/tools#3517
The guide for loading and saving docker images is here: #4708
Use case
This will allow users to create a pipeline in an offline docker workspace for users who don't have access to singularity.
Suggested implementation
Nextflow will just need to run the load command on the tar files in the folder. Further details are here: #4708
The text was updated successfully, but these errors were encountered: