]> git.donarmstrong.com Git - samtools.git/commit
sorting also considers strand
authorHeng Li <lh3@me.com>
Mon, 19 Mar 2012 17:37:30 +0000 (13:37 -0400)
committerHeng Li <lh3@me.com>
Mon, 19 Mar 2012 17:37:30 +0000 (13:37 -0400)
commit64fd9dc2c049f72448ff02f5f5c180dfdfe87c60
tree8ce5ef1c60bcb79b46a14a4c32ce3d46ede25bbb
parent4c016a8c036a60ae84e7d59d0cb6f49aab35f534
sorting also considers strand

Previously, merging considers strand but sorting not. This is a bug and breaks
stability. Now it seems that sorting is stable and it gives the same output no
matter what parameters in use.
bam_sort.c