Skip to content

Commit

Permalink
undo version change for multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
JocelynSP committed Oct 23, 2024
1 parent 191e1db commit 89552a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/nextflow_sh.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 89552a3

Please sign in to comment.