From 378596e49326f35477a1637ad0469ae9bd047bfb Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Thu, 1 Apr 2021 08:43:44 +0200 Subject: [PATCH 1/2] Update environment.yml Fixes the bug in nuclear contamination https://github.com/nf-core/eager/issues/714 by using fixed upstream multiqc package --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 3475472e0..9e81397d6 100644 --- a/environment.yml +++ b/environment.yml @@ -26,7 +26,7 @@ dependencies: - bioconda::qualimap=2.2.2d - bioconda::vcf2genome=0.91 - bioconda::damageprofiler=0.4.9 # Don't upgrade - later versions don't allow java 8 - - bioconda::multiqc=1.10 + - bioconda::multiqc=1.10.1 - bioconda::pmdtools=0.60 - bioconda::bedtools=2.29.2 - conda-forge::libiconv=1.15 From 6e269a4e7b112e9258c2dfc30cb54b232b719bb4 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Thu, 1 Apr 2021 08:45:28 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Just update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013927858..470ac243e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Dev + +### `Fixed` + +- [714](https://github.com/nf-core/eager/issues/714) - Fixes bug in nuc contamination by upgrading to latest MultiQC v1.10.1 bugfix release + ## [2.3.2] - 2021-03-16 ### `Added`