Skip to content

Commit

Permalink
Bump multiqc 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Nov 6, 2023
1 parent aba7dad commit 5a16559
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 @@ -5,7 +5,7 @@ RUN \
micromamba install -y -n base -c defaults -c bioconda -c conda-forge \
salmon=1.10.2 \
fastqc=0.12.1 \
multiqc=1.15 \
multiqc=1.17 \
procps-ng \
&& micromamba clean -a -y

Expand Down
2 changes: 1 addition & 1 deletion modules/multiqc/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
params.outdir = 'results'

process MULTIQC {
conda 'multiqc=1.15'
conda 'multiqc=1.17'
publishDir params.outdir, mode:'copy'

input:
Expand Down

0 comments on commit 5a16559

Please sign in to comment.