Carp: Our MACS2 wrapper now auto-detects whether a sample is single-end or paired-end
Added a sort by name step when htseq in Gentrap is executed
Fixed file name of bam files in Carp
VcfWithVcf now checks if chromosomes are in the correct reference
Added sync stats to flexiprep report
Added check in BamMetrics to check whether contigs a given bed file are defined in the used reference-genome.
TinyCap now has validated settings for miRNA runs. Some parameters changed for alignment.
Flexiprep now has the option to provide custom adapters sequences and ignoring adapters found by FastQC.
Utils - BamUtils is now estimating insert size by sampling the bam-file taking all parts of the available contigs.
Fix in VCF filter (#370)[https://git.lumc.nl/biopet/biopet/merge_requests/370]
Fix Star wrapper - added full functionality in wrapper.
Added a new tools: BamStats
Reporting
Report now corrects for secondary reads in alignment stats
ShivaSVcalling, fixed the headers in the output vcf-files for Clever, Breakdancer and Pindel.
Flexiprep now reports the histogram of sizes from clipped adapters. (raw json output)
Fix reported mapping percentage in case of allowing multimapping (in RNAseq aligners)
Backward incompatible changes
Changing namespace in config values. !348
The nomenclature regarding namespaces in configuration files and options has now been harmonized. Whereas this was previously variously called "submodule", "level", or "name(space)", it is now called "namespace" everywhere. This means the config function used for accessing configuration values changed argument name submodule to namespace. Any projects depending on Biopet will therefore have to refactor their usage of this function.