]> git.donarmstrong.com Git - bamtools.git/history - src
merge with remoteio branch
[bamtools.git] / src /
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 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
2011-06-11 derekConvertTool fix: removed extra space in (BAM->FASTA...
2011-06-11 derekCreated 3 modes for ResolveTool: makeStats, markPairs...
2011-06-11 derekCleaned up help formatting & added some string utilities
2011-06-07 derekAdded new ResolveTool - for paired-end resolution....
2011-06-07 derekMinor cleanup to toolkit code formatting.
2011-05-10 derekFixed minimum offset error in BAI jumping
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-27 derekRemoved debug statements that snuck into last commit
2011-04-27 derekFixed regression bug in index formats. Wasn't properly...
2011-04-22 derekAdditional attempt to force -fPIC on CentOS
2011-04-22 derekModified BamAlignment in attempt to resolve symbol...
2011-04-19 derekBrought API up to compliance with recent SAM Format...
2011-04-05 derekRolled back the BGZF buffer size to the original 64K...
2011-04-05 derekMajor performance boost to startup & random-access...
2011-03-23 derekMajor update to BamTools version 1.0
2011-02-24 derekAttempt to fix SamHeaderVersion compile bug
2011-01-19 derekBug fix in SamHeaderVersion::SetVersion()
2011-01-19 derekMissed bug fix in BamMultiMerger in early commit. Fixed...
2011-01-17 derekAdded ExportHeader command for BamConstants.h
2011-01-17 derekRemoved SamHeaderValidatorPrivate pimpl. No real need...
2011-01-17 derekAdded UNSORTED to BamMultiReader::SortOrder types....
2011-01-13 derekMinor formatting cleanup
2011-01-12 derekMinor update to API version 0.9.3 - addition of SamHead...
2011-01-12 derekAdded BamConstants.h
2011-01-12 derekRemoved explicit keyword from SamHeader-related object...
2011-01-12 derekUpdate to BamTools API 0.9.2 with exposure of SamHeader...
2011-01-12 derekAdded explicit copy ctors to SamHeader data structures
2010-12-24 derekAdded SAM header-handling classes for read/write/validate.
2010-12-24 derekUpdated to 0.9.1
2010-12-24 derekImplemented proper -byname sorting (finally).
2010-12-24 derekAdded static library to build step.
2010-12-22 derekMoved BuildCharData() from BamReader to BamAlignment
2010-12-16 derekFixed: Improper sorting -byname
2010-12-15 derekAdded creation of include/ folder in bamtools root...
2010-12-13 derekMinor formatting cleanup
2010-12-13 derekMade BamAlignment flag queries symmetrical
2010-12-07 derekFixed: handling BamAlignments with limited char data
2010-12-06 derekFixed : improper exit code from FilterTool
next