]> git.donarmstrong.com Git - bamtools.git/shortlog
bamtools.git
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...
2010-09-13 DerekFixed off-by-one error in BamAlignment::GetEndPosition()
2010-09-11 Erik Garrisonupdated debugging output in BamIndex, seek vs. calculat...
2010-09-11 Erik GarrisonAdded more verbose debugging output to BamMultiReader...
2010-09-10 DerekReimplemented BamToolsIndex for bug fix and performance...
2010-09-10 DerekRemoved debug output statement that slipped into last...
2010-09-10 DerekReorganizing index/jumping calls. Now all BamReader...
2010-09-08 Erik Garrisonprefer bamtools index in BamMultiReader
2010-09-08 Erik GarrisonMerge branch 'master' of git://github.com/pezmaster31...
2010-09-07 DerekRelicensed the source code used in bamtools_options...
2010-09-07 DerekDocumentation update
2010-09-07 DerekAdded -region option to bamtools_merge
2010-09-07 DerekPreviously missed a line in BamReader.cpp with the...
2010-09-03 DerekLarge-scale API indexing re-organization:
2010-09-03 DerekModified Utilities::FileExists() so it doesnt rely...
2010-09-03 DerekCleaned up index file handling throughout toolkit....
2010-09-03 DerekAdded IsIndexLoaded() public method to BamReader. Allow...
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 DerekUpdated bamtools_utilities with #defines
2010-08-30 DerekUpdating bamtools_options
2010-08-30 DerekAdded bamtools_filter_engine.*
2010-08-30 DerekRemoved -pg debug flag from Makefile CXXFLAGS, accident...
2010-08-30 DerekForgot to add jsoncpp/json.h in a previous commit
2010-08-30 DerekFixed: Calls to GetEndPosition() rely on CIGAR data...
2010-08-30 DerekAdded JsonCPP code to repo. Will be used by FilterTool...
2010-08-20 Erik Garrisonchange printf's to fprint(stderr,
2010-08-18 DerekMissed a Makefile in last commit - just adding header...
2010-08-18 DerekAdded simple header comments to all Makefiles, to help...
2010-08-18 DerekModified Makefile to ensure creation of bin/ and obj...
2010-08-18 DerekReorganized source tree & build system
2010-08-18 DerekMinor formatting cleanup in BamIndex.*
2010-08-17 DerekModified the way BGZF sets up uncompressed output....
2010-08-17 DerekModified BamWriter::Open() to return bool on success...
2010-08-17 DerekAdded write-uncompressed flag to BGZF. Commit includes...
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-08-04 DerekBug fix in BamReader::Jump()
2010-07-27 DerekAdded AddTag/EditTag/RemoveTag methods to BamAlignment...
2010-07-23 DerekReworded bamtools stats general help description
2010-07-23 DerekMostly cosmetic fixes. A few tweaks to subtool options...
2010-07-23 DerekImplemented basic alignment stats (count/%) for most...
2010-07-22 DerekVarious cleanups. Added -noheader to SAM conversion...
2010-07-22 DerekForgot to update Makefile with last commit
2010-07-22 DerekRemoved SamTool (bamtools sam ...) from toolkit. This...
2010-07-22 DerekFixed variable length tag data retrieval in BamAlignmen...
2010-07-22 DerekFixed: remove unnecessary EOF write attempt for read...
2010-07-21 DerekForgot to include updated bamtools 'main' with RandomTo...
2010-07-21 DerekAdded the <cctype> include to BamAux to explicitly...
2010-07-20 DerekFixed fopen-related typo in bamtools_fasta.*
next