Entering edit mode
10.9 years ago
juncheng
▴
220
Hi,
I'm running samtools for snp calling with human RNAseq data. Is it necessary to sort the tophat aligned bam file for snp calling?
I care about this because I have a lot of samples, sorting bam file means double amount of storing space needed.
Thanks.
Just as an FYI, you don't really need double the space - you can sort one or a few samples at a time and then delete the unsorted file. You won't need it as long as the sorted BAM is completely written.