You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#444 - Provide option for preserving realigned bam + index
Fixed deduplication output logic. Will now pass along only the post-rmdup bams if duplicate removal is not skipped, instead of both the post-rmdup and pre-rmdup bams
#497 - Simplifies number of parameters required to run bam filtering
#508 - Made Markduplicates default dedupper due to narrower context specificity of dedup
#516 - Made bedtools not report out of memory exit code when warning of inconsistent FASTA/Bed entry names
#504 - Removed uninformative sexdeterrmine-snps plot from MultiQC report.
Nuclear contamination is now reported with the correct library names.
#531 - Renamed 'FASTQ stripping' to 'host removal'
Merged all tutorials and FAQs into usage.md for display on nf-co.re
Corrected header of nuclear contamination table (nuclear_contamination.txt).
Fixed a bug with nSNPs definition in print_x_contamination.py. Number of SNPs now correctly reported
print_x_contamination.py now correctly converts all NA values to "N/A"
Increased amount of memory MultiQC by default uses, to account for very large nf-core/eager runs (e.g. >1000 samples)
Dependencies
Added sequenceTools (1.4.0.6) that adds the ability to do genotyping with the 'pileupCaller'
Latest version of DeDup (0.12.6) which now reports mapped reads after deduplication
#560 Latest version of Dedup (0.12.7), which now correctly reports deduplication statistics based on calculations of mapped reads only (prior denominator was total reads of BAM file)
Latest version of ANGSD (0.933) which doesn't seg fault when running contamination on BAMs with insufficient reads
Latest version of MultiQC (1.9) with support for lots of extra tools in the pipeline (MALT, SexDetERRmine, DamageProfiler, MultiVCFAnalyzer)
Latest versions of Pygments (7.1), Pymdown-Extensions (2.6.1) and Markdown (3.2.2) for documentation output