]> git.donarmstrong.com Git - bamtools.git/commit
Added new RevertTool to the toolkit
authorderek <derekwbarnett@gmail.com>
Mon, 6 Dec 2010 04:11:03 +0000 (23:11 -0500)
committerderek <derekwbarnett@gmail.com>
Mon, 6 Dec 2010 04:11:03 +0000 (23:11 -0500)
commit7664c745b7787707501ca7ee5bf412ceff2d39b8
treedebe692597b1bce772858d4a574db6b971411d52
parent4782d394d544d459fe7badd5f803490f0a48f8c3
Added new RevertTool to the toolkit

  * "$ bamtools revert ... " will clear the IsDuplicate flag on
BamAlignments and replace the Qualities with the contents of the OQ tag.
  * Suggested by and draft implementation contributed by Al Ward.
src/toolkit/CMakeLists.txt
src/toolkit/bamtools.cpp
src/toolkit/bamtools_revert.cpp [new file with mode: 0644]
src/toolkit/bamtools_revert.h [new file with mode: 0644]