SLURM with Docker #2716
Unanswered
mizraelson
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I am trying to create a pipeline so that every process will be sent to SLURM queue and will be run in Docker. (In SLURM script I use
#SBATCH --container-image=debian
and it works).What is the proper way to do that in nextflow?
I have tried:
But it fails with an error:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions