Singularity bind issue #2567
Unanswered
hkaspersen
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Just to add to this: Running |
Beta Was this translation helpful? Give feedback.
0 replies
-
Symlink can only work if also the target path is mounted in the container |
Beta Was this translation helpful? Give feedback.
4 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.
-
Not sure if it is appropriate to ask this here, as it might be a singularity thing, but I am having some issues with paths and singularity. In my pipeline, I use singularity images, and I tried to make the soft links created by nextflow available to it by adding the
singularity.runOptions = "--bind /cluster:/cluster"
command in thenextflow.config
, as/cluster
is the main path on our HPC cluster. However, it does not seem to be able to access the paths or the soft links regardless of this (the program that was run gives the error "file empty"). Am I missing something in the syntax here?I am using singularity version 3.7.2-1.el7, and nextflow version 21.10.6.
I appreciate any help with this!
Beta Was this translation helpful? Give feedback.
All reactions