Skip to content

Commit 33f1159

Browse files
authored
Merge pull request #715 from nf-core/fix-nuc-cont
Fix #714
2 parents 552d35b + b1c40d9 commit 33f1159

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
- Fixed some Java tools not following process memory specifications
1616
- Updated template to nf-core/tools 1.13.2
1717
- [#711](https://github.com/nf-core/eager/pull/711) - Fix conditional execution preventing multivcfanalyze to run
18+
- [#714](https://github.com/nf-core/eager/issues/714) - Fixes bug in nuc contamination by upgrading to latest MultiQC v1.10.1 bugfix release
1819

1920
### `Dependencies`
2021

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- bioconda::qualimap=2.2.2d
2727
- bioconda::vcf2genome=0.91
2828
- bioconda::damageprofiler=0.4.9 # Don't upgrade - later versions don't allow java 8
29-
- bioconda::multiqc=1.10
29+
- bioconda::multiqc=1.10.1
3030
- bioconda::pmdtools=0.60
3131
- bioconda::bedtools=2.29.2
3232
- conda-forge::libiconv=1.15

0 commit comments

Comments
 (0)