]> git.donarmstrong.com Git - bamtools.git/commit
Implemented proper -byname sorting (finally).
authorderek <derekwbarnett@gmail.com>
Fri, 24 Dec 2010 02:14:49 +0000 (21:14 -0500)
committerderek <derekwbarnett@gmail.com>
Fri, 24 Dec 2010 02:14:49 +0000 (21:14 -0500)
commit83255b02911cc3e267386e20bcb8747478b4c239
treeb541efc45d4ac7f384b9be5a38e4fbf3ddf78136
parent54cdbfab8659f13806645133196ce2df01b0ffb4
Implemented proper -byname sorting (finally).

  * BamMultiReader used to merge the "next" alignment based on (refID,
position). Extracted this and generalized to support merging on either
position OR alignment name.
src/api/BamMultiReader.cpp
src/api/BamMultiReader.h
src/api/CMakeLists.txt
src/api/internal/BamMultiMerger_p.h [new file with mode: 0644]
src/api/internal/BamMultiReader_p.cpp [new file with mode: 0644]
src/api/internal/BamMultiReader_p.h [new file with mode: 0644]