]> git.donarmstrong.com Git - bamtools.git/history - src/toolkit
merge with remoteio branch
[bamtools.git] / src / toolkit /
2011-11-28 derekmerge with remoteio branch
2011-11-28 derekUpdated CMakeLists.txt files
2011-10-14 derekFixed regression: improper @SQ line ordering in SamHead...
2011-10-14 derekMinor cleanup in FilterTool
2011-10-12 derekMajor speedup in SamSequenceDictionary & SamReadGroupDi...
2011-10-11 derekCleanup in SortTool
2011-10-10 derekCleaned up intra-API includes & moved version numbers...
2011-10-09 derekConverted intervals from 0-based, CLOSED to 0-based...
2011-10-07 derekMerge with earlier IODevice work
2011-10-03 derekmerge conflict
2011-10-03 derekMultiReader (&MultiMerger) now using Algorithms::Sort...
2011-09-30 derekInitial test run of new BamAlgorithms
2011-09-28 derekFix: unmapped reads now pushed to end of coordinate...
2011-09-10 derekMerge branches 'master' and 'iodevice' into iodevice
2011-09-10 derekMinor cleanup
2011-09-02 derekAdded "isSingleton" property to filter tool
2011-07-06 derekAdded a -minMQ (minimum map quality) option to ResolveTool
2011-06-28 Derek BarnettMerge pull request #13 from alecchap/master
2011-06-28 derekAdded unique-alignment checks for ResolveTool
2011-06-28 Alec ChapmanFix Visual Studio compiler errors.
2011-06-14 derekImplemented better coupling of unmapped reads with...
2011-06-14 derekFurther fixes for ISIZE-handling in ResolveTool
2011-06-13 derekFixed some signed/unsigned InsertSize bugs in ResolveTool
2011-06-11 derekConvertTool fix: removed extra space in (BAM->FASTA...
2011-06-11 derekCreated 3 modes for ResolveTool: makeStats, markPairs...
2011-06-07 derekAdded new ResolveTool - for paired-end resolution....
2011-06-07 derekMinor cleanup to toolkit code formatting.
2011-05-05 Derek BarnettMerge pull request #9 from bookest/patch-1
2011-05-05 Christopher Grim'make install' should install bin/bamtools
2011-04-19 derekBrought API up to compliance with recent SAM Format...
2011-03-23 derekMajor update to BamTools version 1.0
2010-12-16 derekFixed: Improper sorting -byname
2010-12-13 derekMinor formatting cleanup
2010-12-06 derekFixed : improper exit code from FilterTool
2010-12-06 derekFixed: core mode setting for BamMultiReader::Open(...
2010-12-06 derekAdded new RevertTool to the toolkit
2010-11-22 derekAdded proper import of bamtools version info from CMake
2010-11-19 derekMigrated to CMake build system.
2010-11-18 derekChanged GetNextAlignmentCore() calls to GetNextAlignmen...
2010-11-15 derekMinor formatting cleanup
2010-10-27 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
2010-10-25 derekUpdated BamTools version information.
2010-10-16 Derekmodified/clarified some help & usage messages
2010-10-05 DerekMinor formatting, commenting cleanup
2010-10-04 derekAdded tag support in filter tool.
2010-10-04 derekReviewed BAM to YAML conversion contribution (thank...
2010-09-29 Erik Garrisonconvert: cleanup of prior fix, report if no index file...
2010-09-29 Erik Garrisonprior commit caused bug with convert
2010-09-28 Erik Garrisonexposes cigar string data to bamtools filter
2010-09-28 Erik Garrisonadded reader.Open checks to a number of tools
2010-09-28 Chase MillerAdded Yaml for outputing BamAlignments.
2010-09-28 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
2010-09-23 DerekFixed lack of reverse complemented output in BAM -...
2010-09-23 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
2010-09-22 DerekImplemented 'compound rule' logic in the FilterTool...
2010-09-20 DerekCleaned up SplitTool internal implementation. Use of...
2010-09-20 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
2010-09-19 DerekAdded implementation of new SplitTool. This tool split...
2010-09-17 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
2010-09-16 DerekAdded new PileupEngine to the toolkit. This is used...
2010-09-08 Erik Garrisonprefer bamtools index in BamMultiReader
2010-09-08 Erik GarrisonMerge branch 'master' of git://github.com/pezmaster31...
2010-09-07 DerekDocumentation update
2010-09-07 DerekAdded -region option to bamtools_merge
2010-09-03 DerekCleaned up index file handling throughout toolkit....
2010-09-02 DerekModified help description for -bti option
2010-09-01 DerekAdded uncompressed output as default behavior for Filte...
2010-08-30 DerekPosted implementation of FilterTool.
2010-08-30 DerekMinor formatting & commenting update
2010-08-30 DerekAdded JsonCPP code to repo. Will be used by FilterTool...
2010-08-18 DerekMissed a Makefile in last commit - just adding header...
2010-08-18 DerekReorganized source tree & build system