]> git.donarmstrong.com Git - bamtools.git/shortlog
bamtools.git
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... '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 derekUpdated Doxyfile, attempt to fix online file 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
2010-12-06 derekFixed: core mode setting for BamMultiReader::Open(...
2010-12-06 derekAdded new RevertTool to the toolkit
2010-12-03 derekFixed: bug in the BamReader::Jump() codepath, specifica...
2010-11-22 derekMoved private implementation API files to internal...
2010-11-22 derekAdded proper import of bamtools version info from CMake
2010-11-22 derekFixed BamRegion bug: previously only checked if refID...
2010-11-19 derekContinued breaking up of monolithic classes: extracted...
2010-11-19 derekExtracted BamReaderPrivate & BamWriterPrivate from...
2010-11-19 derekAdded UTILS_EXPORT macro to classes in BamTools utility...
2010-11-19 derekAdded API_EXPORT macro to classes in BamTools API
2010-11-19 derekRemoved commented (library export) definitions from...
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 derekRemoved more non-standard STL calls from BamIndex.cpp
2010-10-27 derekMerge branch 'master' of git://github.com/ekg/bamtools
2010-10-27 derekRemoved non-standard stl::map method calls
2010-10-27 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
2010-10-27 Erik Garrisonclarified no-index behavior in bam multi reader
2010-10-25 derekUpdated BamTools version information.
2010-10-24 derekUpdated README
2010-10-21 DerekMerge branch 'master' of git://github.com/ekg/bamtools
2010-10-21 DerekUpdating README... still a work in progress
2010-10-21 Erik Garrisonadd index caching mode setter to BamMultiReader
2010-10-21 DerekFixed NoIndexCaching behavior
2010-10-21 DerekMerge branch 'master' of git://github.com/pezmaster31...
2010-10-21 DerekImplemented index cache mode for both BAI & BTI formats
2010-10-21 DerekImplemented index cache mode for both BAI & BTI formats
2010-10-16 Derekmodified/clarified some help & usage messages
2010-10-09 DerekChanged BamAlignment::SupportData from private to public.
2010-10-09 DerekFixed: bug(s) related to empty references and regions.
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 DerekRemoved a backup text file that snuck into an earlier...
2010-09-19 DerekAdded implementation of new SplitTool. This tool split...
2010-09-19 DerekAdded GetTagType() to BamAlignment
2010-09-18 DerekUpdated to match new BamAlignment.h includes
2010-09-18 DerekMissed api/Makefile in last commit.
2010-09-18 DerekMoved BamAlignment data structure out to its own .h...
2010-09-18 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
2010-09-18 DerekFixed: bug related to accessing data (or regions with...
2010-09-17 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
2010-09-16 DerekOn second thought, moved the (non-indexing) constants...
2010-09-16 DerekDid some housekeeping in BamAux.h - moved some constant...
2010-09-16 DerekMissed an update to BamToolsIndex code in a previous...
2010-09-16 DerekAdded new PileupEngine to the toolkit. This is used...
2010-09-15 DerekAdded option for users to specifiy half-open (1-based...
2010-09-13 Erik GarrisonMerge branch 'master' of http://github.com/pezmaster31...
next