]> git.donarmstrong.com Git - bamtools.git/commit
Fixed: Calls to GetEndPosition() rely on CIGAR data being parsed. Previously this...
authorDerek <derekwbarnett@gmail.com>
Mon, 30 Aug 2010 19:57:55 +0000 (15:57 -0400)
committerDerek <derekwbarnett@gmail.com>
Mon, 30 Aug 2010 20:03:05 +0000 (16:03 -0400)
commit3e379f039c8eaffd32df66732be04bee1f8c9ed3
tree76e2654221189086b7c913f69f4c910061065655
parent471cc423d37f1a3ed02cac0108ba04e5e984344f
Fixed: Calls to GetEndPosition() rely on CIGAR data being parsed. Previously this was not set if BamAlignment was retrieved via GetNextAlignmentCore().  Moved CIGAR parsing back to LoadNextAlignment() to ensure this works properly.
src/api/BamReader.cpp