]> git.donarmstrong.com Git - bamtools.git/commit
Added implementation of new SplitTool. This tool splits a single BAM file into multi...
authorDerek <derekwbarnett@gmail.com>
Sun, 19 Sep 2010 21:05:16 +0000 (17:05 -0400)
committerDerek <derekwbarnett@gmail.com>
Sun, 19 Sep 2010 21:05:16 +0000 (17:05 -0400)
commit11b57b2ad4d39c9140d35674600dc4a4ff658261
tree93198caeb85adae68625e5ee115697114a245541
parent5ad5339ceee660c5998c1fd47cb709448e94ee75
Added implementation of new SplitTool.  This tool splits a single BAM file into multiple BAMs, based on a user-specified property.  For now, properties supported are mapped/unmapped, paired/unpaired, split by reference, and split based on a given tag.
src/toolkit/Makefile
src/toolkit/bamtools.cpp
src/toolkit/bamtools_split.cpp [new file with mode: 0644]
src/toolkit/bamtools_split.h [new file with mode: 0644]