Entering edit mode
7.4 years ago
rbronste
▴
420
Hi,
Looking for optimal settings to run Bowtie2 on high performance cluster, in terms of memory allocation and assignment of parallel nodes etc. Thanks.
Rob.
You do not want to spread the threads across physical nodes. You will get the best performance by using (and keeping) the most cores you can assign on a physical node.You could brute-force parallelize overall workload further by splitting query fasta files into multiple pieces.