]> git.donarmstrong.com Git - samtools.git/commit
When merging BAM headers, compare the list of target reference sequences
authorOn behalf of John Marshall <lh3@sanger.ac.uk>
Sat, 20 Nov 2010 02:24:28 +0000 (02:24 +0000)
committerOn behalf of John Marshall <lh3@sanger.ac.uk>
Sat, 20 Nov 2010 02:24:28 +0000 (02:24 +0000)
commit1443ba19e5d810a30b7918f6213e3badc39597f0
treea7dac79e1a85cf16ee1345b473b64cc4e63de5e4
parent543a65c4e127aa3d6c143a6bd50e128201f25784
When merging BAM headers, compare the list of target reference sequences
strictly (and fail/abort if there is a mismatch), but allow one list to be a
prefix of the other.  (i.e., check that the lists are identical up until the
shorter runs out, and add the excess targets from the longer to the output.)
bam_sort.c