queueSize or maxForks

149 views
Skip to first unread message

biowang

unread,
Aug 16, 2016, 3:12:23 AM8/16/16
to Nextflow
I have a machine, It has 32 cores.
A pipeline has 3 steps.
There are 2 samples to be ran.
I want to run this pipeline locally. At one moments, there only one sample run one step. Then I can set queueSize=1 to control it .
But the third steps run in chromosomely. If I setting the queueSize=1, It will run chromosome one by one.
How can I parallel run more than on chromosome?


Thank you very much

Paolo Di Tommaso

unread,
Aug 16, 2016, 10:06:27 AM8/16/16
to nextflow
Nextflow automatically executes the tasks in parallel as long they don't have dependencies. 

Thus you don't have to provide any special setting. If you use `queueSize=1` it will execute only one task at time. 


Hope it helps


Cheers,
Paolo


--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages