Hi,
I am a new samtools user. I am trying to sort a bam file of the size 5 GB
using command
./samtools sort myFile.bam myFile.sorted
Apparently it is stuck at the merging phase:
saying
[bam_sort_core] merging from 49 files...
It has already been 8 hours and still the program is running. My Top command shows extremely low cpu usage by this program. The machine is a 64 bit dual core with 8 GB chip in it.
Any reason why this should be so slow?
Thanks
Sucheta
I am a new samtools user. I am trying to sort a bam file of the size 5 GB
using command
./samtools sort myFile.bam myFile.sorted
Apparently it is stuck at the merging phase:
saying
[bam_sort_core] merging from 49 files...
It has already been 8 hours and still the program is running. My Top command shows extremely low cpu usage by this program. The machine is a 64 bit dual core with 8 GB chip in it.
Any reason why this should be so slow?
Thanks
Sucheta
Comment