Hi there,
I am new in Nextflow and I am having an issue that I can't figure out.
Basically, all the processes in my pipeline are executed in a parallel manner, which is fine. However, the last process that need to be executed requires a large amount of free memory (RAM) to work. The issue is that the pipeline crash when running in parallel because there is not enough RAM in the servor to execute it simultaneously on multiple sample.... This way, I was wondering if there was a way to switch from a parallel execution to a serial one on local executor, for this last process.
Can anybody helps me with this ?
Thank you,
Bests,
Célie