]> git.donarmstrong.com Git - bamtools.git/commit
Modified handling of BamAlignmentSupportData. This fix should allow BamWriter::SaveA...
authorDerek <derekwbarnett@gmail.com>
Thu, 15 Jul 2010 17:44:53 +0000 (13:44 -0400)
committerDerek <derekwbarnett@gmail.com>
Thu, 15 Jul 2010 17:44:53 +0000 (13:44 -0400)
commita2400c1ecfd075271b14c2c83aae0dc42bf7e42a
tree6196c9502c698db2b70b1b3df18a69324c1317f7
parentf68dccd9031c84f73b9754c1fbced63bd8551f6f
Modified handling of BamAlignmentSupportData.  This fix should allow BamWriter::SaveAlignment to still handle BamAlignments retrieved using the 'standard' GetNextAlignment[Core] correctly, while adding support for BamAlignments **generated directly** in client code. Switched BASD::IsParsed to HasCoreOnly, which is false by default and only set by BamReader::GetMextAlignmentCore() - therefore the client should never to touch the BASD struct.
BamAux.h
BamReader.cpp
BamWriter.cpp