Skip to content

Tags: HibberdLab/bamtools

Tags

v2.3.0

Toggle v2.3.0's commit message
Minor version bump - 2.3.0

  * stabilized remote file support
  * additional bug fixes & feature requests
  * bamtools-utils & jsoncpp libs now built as static libs by default
(issue pezmaster31#55)

v2.2.3

Toggle v2.2.3's commit message
Fixed: bug where first alignments were dropped after setting explicit…

… merge order

v2.2.2

Toggle v2.2.2's commit message
Version 2.2.2

  * Added: BamAlignment::GetArrayTagType()

v2.2.1

Toggle v2.2.1's commit message
Fixed: typo in BamReader.h

v2.2.0

Toggle v2.2.0's commit message
Version 2.2

 * Added support for running in NodeJS (fixed: piping issues)

v2.1.1

Toggle v2.1.1's commit message
Fixed: sorting order lost during merge step of sort tool, if input BAM

lacked SAM header
 * Due to lack of SO tag in temp files. This tag is set just fine on
input BAMs containing SAM headers. However, when an input file lacked
one, especially the (required) VN number, the entire @hd line was
dropped.
 * Forcing the current SAM version number, if none exists, on sort
output.

v2.1.0

Toggle v2.1.0's commit message
Rolled back test suite code from master until it's ready for full merge

v2.0.5

Toggle v2.0.5's commit message
Regression fixed: error in BamAlignment tag access methods

v2.0.4

Toggle v2.0.4's commit message
Removed data duplication in last update to Sam*Dictionaries

v2.0.3

Toggle v2.0.3's commit message
Fixed regression: improper @sq line ordering in SamHeader output