Skip to content

Tags: Cibiv/NextGenMap

Tags

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update interleave-pairs.cpp

Fix for #27

v0.5.4

Toggle v0.5.4's commit message
- Segfault when mapping paired end with BAM output fixed (Issue #22)

- --broken-pairs added. Allows mixing paired and single-end reads in
interleaved input files. (Issues #24)
- Dockerfile added
- Switched to MIT license

v0.5.3

Toggle v0.5.3's commit message
- NH tag fixed

- bioconda

v0.5.2

Toggle v0.5.2's commit message
- memory leaks fixed

- salmseq related changes

0.5.1

Toggle 0.5.1's commit message
Fix for paired end bs-mapping

0.5.0

Toggle 0.5.0's commit message
*) Added support for reference sequences > 4 GB

*) Experimental MacOSX compatibility
*) Several Bugfixes

0.4.13

Toggle 0.4.13's commit message
Intermediate dev state

v0.4.12

Toggle v0.4.12's commit message
*) Filter settings fixed for data sets with reads that don't have the

same length
*) BAM support improved
*) Better paired end support for BAM/SAM
*) Added parameters for read groups
*) Commandline output is now written to stderr
*) SAM/BAM output is written to stdou if -o/--output is omitted
*) Better handling of empty reads in FASTA/Q files
*) Change NAME filed to PN in SAM/BAM header
*) Fixed a bug that prevented NextGenMap from terminating when executed
in python scripts

v0.4.11

Toggle v0.4.11's commit message
*) bs-mapping: fixed bug that caused only 50% of reads to align when

using -1 and -2
*) bs-mapping: fixed wrong strand information in ZS flag for single end
data
*) bs-mapping: bs-cutoff default value set to 6 (instead of 8)
*) Support for read groups (--rg-*)
*) Parameter --keep-tags added. When specified NextGenMap copies all
tags from the input SAM/BAM file to the output file
*) Fixed segmentation fault when specifying a reference sequence that is
< 2bp
*) Fixed header information form output BAM files
*) New parameter -Q/--min-mq. All reads with mapping quality < -Q are
reported as unmapped
*) NM tag now also includes indels
*) -n 2 --strata reports now the correct number of mapped reads

v0.4.10

Toggle v0.4.10's commit message
*) When using SAM/BAM as input the strand of the reads is now taken into

account
*) In paired end mode the alignment filter is now applied to both mates
individually.
*) When using FASTA/Q as input in paired end mode NextGenMap now removes
/1 and /2 which marks the right and the left mate from the names when
writing SAM/BAM files.
*) The AMD APP SDK required to run OpenCL code is now part of the
project.
*) LibSatGen library was removed from the source code.