Using --unsquash with singularity #4117
Unanswered
kenneditodd
asked this question in
Q&A
Replies: 1 comment
-
You probably need to use |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to run the MOP2 Nextflow pipeline. I am new to using nextflow but am learning a lot as I go. I am submitting jobs to a cluster using slurm. The admins intentionally left squashfuse off the node. I keep getting the error message below.
I see that there is a
--unsquash
option with singularity exec. I am trying to add the unsquash argument to the apptainer scope with runOptions. However, I'm not sure the best place to put this. There are two potential config files to add this to - I have a nextflow.global.config and a slurm.config.Where would I add the following code so I can submit to SLURM? I think it may look like one of the two ideas shown below but have had no success. Could be an issue with my syntax or placement.
or
Beta Was this translation helpful? Give feedback.
All reactions