]> git.donarmstrong.com Git - bamtools.git/shortlog
bamtools.git
2014-04-03 Don Armstrongadd debian files debian
2014-04-03 Don Armstrongupdate cmake fixup
2014-04-03 Don Armstrongmerge master 2.3.0
2014-04-03 Don Armstrongadd cmake_fixup
2012-11-12 Derek BarnettFixed: regression in convert tool - SAM tags contained...
2012-10-18 Derek BarnettMerge branch 'master' of https://github.com/pezmaster31...
2012-10-18 Derek BarnettVersion 2.2
2012-09-25 derekFixed: convert tool - improper unsigned char handling...
2012-07-27 derekFixed: improper mode check in local I/O device
2012-05-26 derekBug fix: error in index file creation when sorted BAM...
2012-04-04 derekBrought Doxyfile's version number up to date
2012-04-04 derekMerge branch 'master' of github.com:pezmaster31/bamtools
2012-04-04 derekAdded proper handling for empty or ignored ("*") alignm...
2012-04-04 Derek BarnettMerge pull request #41 from tobiasmarschall/master
2012-04-04 derekFixed: invalidated by-name sort order in some cases
2012-03-27 Tobias MarschallInclude header sys/filio.h for SunOS. Otherwise TcpSock...
2012-03-27 derekFixed: sorting order lost during merge step of sort...
2012-03-26 Derek BarnettMerge pull request #40 from tobiasmarschall/master
2012-03-26 Derek BarnettMerge pull request #39 from leecbaker/master
2012-03-23 Tobias MarschallFix uninitialized buffer in BamReaderPrivate::LoadNextA...
2012-03-18 Lee BakerFix: Comment lines in header get lost when copying...
2012-03-09 derekFASTA reader - performance improvement for single-base...
2012-03-09 derekPileupEngine performance improvement for high coverage
2012-03-09 derekPileupEngine bugfix
2012-02-23 derekProvided initialization values for previously unspecifi...
2012-02-13 derekFixed: error in BamWriter metadata output on big-endian...
2012-01-17 derekFixed regression: missing EOF empty block on BgzfStream...
2012-01-14 derekFixed: const-related typo in last commit
2012-01-13 derekRemoved use of std::map::at() in HttpHeader, not a...
2012-01-05 derekFixed: bad_alloc in socket buffer on some machines
2011-12-08 derekNonstandard, user-defined tags now allowed in SAM heade...
2011-12-08 derekAdded support for custom reference prefix in split...
2011-12-08 derekFixed: split tool crash when trying to split unmapped...
2011-12-08 derekFixed: premature EOF issues & updated Windows implement...
2011-12-08 derekRolled back test suite code from master until it's...
2011-12-08 derekFixed EOF issues on *nix platforms
2011-11-29 derekReorganized test suite source tree
2011-11-29 derekPost-merge cleanup
2011-11-28 derekmerge with remoteio branch
2011-11-28 derekUpdated CMakeLists.txt files
2011-11-28 derekInitial test suite commit
2011-11-17 derekBasic Windows implementation
2011-11-15 derekRemoved spurious assert
2011-11-10 derekUpdated file headers (filename, license, description...
2011-11-10 derekAdded generic I/O device to BamIndex side of things
2011-11-09 derekAdded FTP support (text-tested, not BAM)
2011-11-07 derekImplemented basic TCP support layer
2011-10-25 derekOrganized api/internal into subdirs
2011-10-17 derekRemoved some debugging 'error string' messages that...
2011-10-17 derekRegression fixed: error in BamAlignment tag access...
2011-10-16 derekRemoved data duplication in last update to Sam*Dictionaries
2011-10-14 derekFixed regression: improper @SQ line ordering in SamHead...
2011-10-14 derekRegression fixed: wasn't properly merging from multiple...
2011-10-14 derekMinor cleanup in FilterTool
2011-10-13 derekAdded GetSoftClips() method to BamAlignment
2011-10-12 derekMajor speedup in SamSequenceDictionary & SamReadGroupDi...
2011-10-11 derekCleanup in SortTool
2011-10-11 derekBug fix in BgzfStream I/O
2011-10-11 derekFixed typo
2011-10-11 derekCleanup missed by earlier "includes cleanup" commit
2011-10-11 derekUpdated Doxyfile to reflect version 2.0.0
2011-10-11 derekRemoved index cache mode
2011-10-10 derekCleaned up intra-API includes & moved version numbers...
2011-10-10 derekUpdated Doxygen comments
2011-10-09 derekConverted intervals from 0-based, CLOSED to 0-based...
2011-10-07 derekCleaned up output/exception/asserts, etc after last...
2011-10-07 derekMerge with earlier IODevice work
2011-10-07 derekRemoved STDERR pollution by API
2011-10-04 derekFirst stab at templated tag access in BamAlignment
2011-10-04 derekRemoved duplicated method that snuck past a prior merge...
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-27 derekFixed typo in error messages
2011-09-27 Derek BarnettMerge pull request #16 from gabeiscoding/patch-2
2011-09-23 gabeiscodingIn standard indexed BAM files with with sparce coverage...
2011-09-10 derekMerge branches 'master' and 'iodevice' into iodevice
2011-09-10 derekMinor cleanup
2011-09-09 derekRemoved unnecessary peek-and-rewind behavior in BamMult...
2011-09-09 derekRemoved 'core mode' concept from BamMultiReader internals
2011-09-09 derekRefactored shared pipe/file behavior into ILocalIODevice
2011-09-09 derekMerge branches 'master' and 'iodevice' into iodevice
2011-09-09 derekBasic internal implementation of BamFile & BamPipe
2011-09-08 Derek BarnettMerge pull request #15 from gabeiscoding/patch-1
2011-09-08 gabeiscodingBug discovered. The chunkStop was not being read from...
2011-09-07 derekAdded empty IBamIODevice.h
2011-09-02 derekAdded support for "-" as indicator for stdin/stdout
2011-09-02 derekAdded "isSingleton" property to filter tool
2011-07-27 derekImplemented binary search through bins in BAI
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-23 derekFixed -fPIC issue for CentOS users.
2011-06-17 derekRemoved pessimistic warnings when jumping to regions...
2011-06-17 derekAdded re-calculation of BamAlignment's BinID during
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
next