]> git.donarmstrong.com Git - bamtools.git/history - bamtools_convert.cpp
Minor formatting cleanup in BamIndex.*
[bamtools.git] / bamtools_convert.cpp
2010-08-06 DerekMerge git://github.com/ekg/bamtools
2010-08-06 DerekMinor formatting cleanup: really just an update to...
2010-08-05 Erik Garrisonfor json output in bamtools convert
2010-07-23 DerekMostly cosmetic fixes. A few tweaks to subtool options...
2010-07-22 DerekVarious cleanups. Added -noheader to SAM conversion...
2010-07-13 DerekBegun basic pileup conversion
2010-07-09 DerekAdded simple PrintBed() method; plan to add PrintWiggle...
2010-07-09 DerekFixed typos in last commit.
2010-07-09 DerekReorganized convert tool code. Restored stdin by defaul...
2010-07-09 DerekMerge http://github.com/ekg/bamtools
2010-07-07 Erik GarrisonMerge BamMultiReader and SetRegion into bamtools convert
2010-06-08 Erik Garrisonjson output
2010-06-08 DerekFixed output of tag types c & C. Removed atoi() call...
2010-06-07 DerekThis fixes the out-of-range exception. Though there...
2010-06-07 Erik Garrisonpass ostream variable to print functions in convert
2010-06-07 DerekBegan rolling over bamtools_sam into bamtools_convert...
2010-06-07 DerekFixed typo in settings config.
2010-06-03 DerekAdded ConvertTool.h/cpp. Not yet implemented.