Monday, March 9, 2015

Multithreaded sorting of large bam files

 
samtools sort -@ 8 -m 4G

Note that each thread will use about 4-4.5GB of memory in this setting, so make sure you have enough memory when pushing up "-m" and "-@".

No comments:

Post a Comment