Replies: 1 comment
-
Is there a solution to this problem? I am also running into this when using I found this note in the apptainer docs that could be relevant: |
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.
-
Bug report
When trying to run the nfcore/rnaseq pipeline with following command:
nextflow run nf-core/rnaseq -profile test,singularity -c config_process
with
config_process
containing:The execution fails with the following error message:
Expected behavior and actual behavior
I believe my network shared filesystem has some limitations that prevent the proper execution of salmon_quant (crashes, not sure why actually).
When using the option
-w ~/tempFolder
execution succeeds, so I figured I could setprocess.scratch = true
in a config file to avoid creating the temp/work folder manually every time.Environment
Beta Was this translation helpful? Give feedback.
All reactions