-
I would like certain processes to run exclusively. That is, when this process runs, no other process can execute in parallel. This is required as I am performing benchmarks. Is this possible in nextflow? I have looked at the batch pattern and Example:
In the above example, the two processes are still executed in parallel. I want that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
You could set |
Beta Was this translation helpful? Give feedback.
Here's my final solution: