From 89552a3e5d2fcbf14c0ccba60f3f5614e5c4365d Mon Sep 17 00:00:00 2001 From: Jocelyn Penington Date: Wed, 23 Oct 2024 12:30:10 +1100 Subject: [PATCH] undo version change for multiqc --- Docker/Dockerfile | 2 +- config/nextflow_sh.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 05aa2a9..e9ccd59 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -34,5 +34,5 @@ RUN conda update --all -c conda-forge --override-channels && \ samtools=1.16.1 \ fastqc=0.11.8-0 \ mosdepth=0.3.8 \ - multiqc=1.12.0 \ + multiqc=1.24 \ && conda clean -ay diff --git a/config/nextflow_sh.config b/config/nextflow_sh.config index fac9785..c81eb23 100644 --- a/config/nextflow_sh.config +++ b/config/nextflow_sh.config @@ -50,7 +50,7 @@ profiles { withLabel:Mosdepth { } withLabel:Multiqc { - module ='MultiQC/1.10.1' + module ='MultiQC/1.24' } withLabel:RGridss { module ='gridss/2.13.2:R/4.3.2'