Container reuse in nextflow. #5793
Unanswered
medcelerate
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.
-
I have a workflow that needs to execute N jobs of the same process serially, they are passed as a channel of paths. In this instance I need nextflow to execute each job in the same container without restarting a new job with the container. I essentially want a single long living nextflow job that runs all of the tasks rather than executing separate jobs.
Beta Was this translation helpful? Give feedback.
All reactions