]> git.donarmstrong.com Git - bamtools.git/commit
Added GetNextAlignmentCore() to BamReader API as well as a corresponding SaveAlignmen...
authorDerek <derekwbarnett@gmail.com>
Wed, 9 Jun 2010 03:29:45 +0000 (23:29 -0400)
committerDerek <derekwbarnett@gmail.com>
Wed, 9 Jun 2010 03:29:45 +0000 (23:29 -0400)
commitc8518cde9e4def44b657b34eee23096bb7bdcb00
tree0febf81715c2628f308b90ecfe00915b9ed5622d
parent12d1865e534b6561d0becb68afef351ebf0f74f8
Added GetNextAlignmentCore() to BamReader API as well as a corresponding SaveAlignment() in BamWriter. Both utilitze the BamAlignmentSupportData structure which contains the raw character data and lengths, and which has been bumped to BamAux.h.  Exposing these methods should allow for quicker read/writes for tools that are only concerned with alignment/positional data, not the actual sequences.
BamAux.h
BamReader.cpp
BamReader.h
BamReader.o [new file with mode: 0644]
BamWriter.cpp
BamWriter.h
BamWriter.o [new file with mode: 0644]