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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
43
43
*[#473](https://github.com/nf-core/eager/issues/473) - Fixed bug in sexdet_process on AWS
44
44
*[#444](https://github.com/nf-core/eager/issues/444) - Provide option for preserving realigned bam + index
45
45
* Increase MultiQC process memory requirements to ensure enough memory for large runs
46
+
* 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.
46
47
*[#497](https://github.com/nf-core/eager/issues/497) - Simplifies number of parameters required to run bam filtering
*[#508](https://github.com/nf-core/eager/issues/508) - Made Markduplicates default dedupper due to narrower context specificity of dedup
49
50
*[#516](https://github.com/nf-core/eager/issues/516) - Made bedtools not report out of memory exit code when warning of inconsistant FASTA/Bed entry names
51
+
* Nuclear contamination is now reported with the correct library names.
// Merge independent libraries sequenced but with same treatment (often done to improve complexity). Different strand/UDG libs not merged because bamtrim/pmdtools needs UDG info
1913
1917
@@ -2547,16 +2551,16 @@ if (params.additional_vcf_files == '') {
2547
2551
file fasta from ch_fasta_for_multivcfanalyzer.collect()
2548
2552
2549
2553
output:
2550
-
file('fullAlignment.fasta.gz') into ch_output_multivcfanalyzer_fullalignment
2551
-
file('info.txt.gz') into ch_output_multivcfanalyzer_info
2552
-
file('snpAlignment.fasta.gz') into ch_output_multivcfanalyzer_snpalignment
2553
-
file('snpAlignmentIncludingRefGenome.fasta.gz') into ch_output_multivcfanalyzer_snpalignmentref
2554
-
file('snpStatistics.tsv.gz') into ch_output_multivcfanalyzer_snpstatistics
2555
-
file('snpTable.tsv.gz') into ch_output_multivcfanalyzer_snptable
2556
-
file('snpTableForSnpEff.tsv.gz') into ch_output_multivcfanalyzer_snptablesnpeff
2557
-
file('snpTableWithUncertaintyCalls.tsv.gz') into ch_output_multivcfanalyzer_snptableuncertainty
2558
-
file('structureGenotypes.tsv.gz') into ch_output_multivcfanalyzer_structuregenotypes
2559
-
file('structureGenotypes_noMissingData-Columns.tsv.gz') into ch_output_multivcfanalyzer_structuregenotypesclean
0 commit comments