Originally posted by swbarnes2
View Post
Announcement
Collapse
No announcement yet.
Samtools sort vs Picard Sortsam
Collapse
X
-
I think Picard's sortSam puts a line in the header indicating that the file is sorted, which samtools does not. But for lots of applications this doesn't matter.
Leave a comment:
-
So if you get the same results in terms of mem and runtime for huge files, just decide for the one you're more familiar with. Edge cases are usually very specific, so if you don't encounter any problems with your regular files, no need to worry :-)
Leave a comment:
-
I want to know SortSam vs samtools sort, too.
I think MarkDuplicates is better than rmdup because the former can handle duplicates across break points.
Leave a comment:
-
Samtools sort vs Picard Sortsam
Hi all,
Which is a better pick for sorting large SAM files in terms of memory requirement and run time: sortSam from Picard or Samtools sort function. Could you please direct me to the thread if it is already discussed and i missed it.
Thank you,
Rahul
Leave a comment: