Replies: 1 comment
-
Hi, nextflow just runs the The fact that it is not installed to a default location, should not prevent modifying the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently attempting to move my functioning nextflow pipeline to an auto-scaling SLURM cluster on the cloud.
I am required to install singularity/apptainer in a designated drive accessible by all of the compute nodes. However, as singularity/apptainer is not being installed in the default location such as ona single machine, or via a package manager that makes singularity/apptainer available on all compute nodes. I would like to provide a path for singularity/apptainer to nextflow to use when looking for the singularity/apptainer image.
Does nextflow provide this functionality? As I cannot seem to find a solution in the nextflow documentation.
Beta Was this translation helpful? Give feedback.
All reactions