Skip to content

Releases: Ecogenomics/BamM

1.7.3

09 Sep 01:30
Compare
Choose a tag to compare

Change build process to keep built c object in repository so running 'nosetests' actually works.

v1.7.2

04 Aug 06:49
Compare
Choose a tag to compare

User improvements
Warns when creating or parsing a bam file with duplicate reference sequence names, which can cause errors later.
Generates bam index with filtered bam file when using filter mode.

Installation improvements
Simplified autogen script.
Distributed configure script should just work.
Fixed --with-libhts-lib, --with-libhts-inc, --with-libcfu-lib, --with-libcfu-inc flags during setup.

BamM

30 May 03:02
Compare
Choose a tag to compare

Fix a segfault in BamM filter mode on some inputs.

v1.7.0

10 Feb 06:45
Compare
Choose a tag to compare

BamM v1.7.0 now depends on Samtools 1.0 or greater (recommended Samtools 1.3 at least).

New features (as of v1.6.0) include:

bamm make flag -u or --keep-unmapped will keep unmapped reads in BAM output.
bamm filter flag -v will keep only reads which do not meet specified mapping stringency.

An example application of these features would be using BamM to filter contamined reads, by mapping to a reference using bamm make -u and then running bamm filter -v and extracting the reads (e.g. with samtools fasta).