Skip to content

Releases: walaj/VariantBam

Release for PCAWG docker

07 Mar 23:19
Compare
Choose a tag to compare

This release is for a stable version to be associated with the Docker for the PCAWG project in ICGC.

Patch to bug in tag removal. Added --write--trimmed

22 Sep 17:20
Compare
Choose a tag to compare

There was a bug that was recently introduced that affected the tag removal functionality. This provides a patch. This version also adds --write-trimmed, which will clear the qual field (to *) and the sequence will be trimmed if a minimum phred score is supplied. Note that this will cause clashes with samtools because of the longer CIGAR string than the trimmed sequence, but the functionality is still useful for other operations.

Motif matching patch

27 Aug 00:59
Compare
Choose a tag to compare

Bug fix that fixes motif matching error. Adds OSX and RHEL 64-bit binaries.

SeqLib + Apache2 + Piping Support

24 Aug 19:50
Compare
Choose a tag to compare

This release moves to the new SeqLib core library. SeqLib has more robust support for piping and reading and writing SAM/CRAM/BAM files etc.

SeqLib is also Apache2, so I am making VariantBam Apache2 as well.

*Note that this with this release, I adopted a more samtools-like syntax, with -b now required for writing / streaming a BAM file

Pre-compiled binary on RHEL2.6 and GCC-5.1
variant2.6.32-642.3.1.el6.x86_64.zip

VariantBam 1.3.0

11 Jul 00:25
Compare
Choose a tag to compare

Major update to parsing script. VariantBam now uses JSON for scripting, rather than custom language.

Boost no longer a dependency

Added more versatile command line options to reduce need for scripting in most cases

Fixed bug with QC report generation

v1.2.1

28 Apr 19:46
Compare
Choose a tag to compare

This release contains a statically linked compiled binary for 64bit RHEL-6.7

v1.2.0

01 Aug 18:41
Compare
Choose a tag to compare

Easier build with SnowTools

v1.1.0

07 Jul 16:12
Compare
Choose a tag to compare

Added additional support for profiling and plotting

v1.0.2

18 Jun 21:04
Compare
Choose a tag to compare
fixed region error

v1.0.1

18 Jun 16:47
Compare
Choose a tag to compare
updates to walker