]> git.donarmstrong.com Git - bamtools.git/history - BamReader.cpp
further cleanup of duplicate @RG tag warning reporting
[bamtools.git] / BamReader.cpp
2010-06-09 Erik GarrisonMerge branch 'master' of git://github.com/pezmaster31...
2010-06-09 DerekAdded GetNextAlignmentCore() to BamReader API as well...
2010-05-26 DerekReorganization of toolkit. Split subtools out to own...
2010-05-06 barnettAdded BamMultiReader and BamMultiMerge
2010-04-14 barnettMoved BamReaderPrivate::CalculateAlignmentEnd() to...
2010-04-06 barnettMajor speedup of BamReader - removed full character...
2010-03-30 barnettHad some typos in last commit. Fixed.
2010-03-30 barnettFixed: off by 1 in BamWriter, variable tag parsing...
2010-01-11 barnettFixed fread() related compiler warnings. Fixed std...
2009-12-08 barnettFixed a few more signed/unsigned issues
2009-12-08 barnettFixed some signed/unsigned int issues
2009-12-08 barnettMajor overhaul to BamTools
2009-10-01 barnettFix of signed/unsigned in BamReader methods
2009-10-01 barnettModified BamAlignment data members to match BAM specs...
2009-09-25 barnettChanged BamAlignment::InsertSize to signed int... need...
2009-09-17 barnettChanged BGZF data member to pointer... to force buffer...
2009-07-15 barnettFull update to SVN after combining BamReader and BamWri...
2009-05-18 barnettMajor overhaul of BamReader. No longer relying on bgzf...
2009-04-23 barnettHad signs reversed in GetOffset error check. Fixed
2009-04-23 barnettRemoved assertion in GetOffset(), now returns -1 if...
2009-04-11 mikaelsAdded tag data support.
2009-04-10 mikaelsInitial import.