Skip to content

Commit

Permalink
Bump MultiQC to v1.13a (dev) (#1814)
Browse files Browse the repository at this point in the history
* Bump MultiQC to v1.13a (dev)

* Update main.nf

Predicted new container names ;-)
  • Loading branch information
apeltzer authored Jun 29, 2022
1 parent d596571 commit 08376da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/multiqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process MULTIQC {

conda (params.enable_conda ? 'bioconda::multiqc=1.12' : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/multiqc:1.12--pyhdfd78af_0' :
'quay.io/biocontainers/multiqc:1.12--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/multiqc:1.13a--pyhdfd78af_1' :
'quay.io/biocontainers/multiqc:1.13a--pyhdfd78af_1' }"

input:
path multiqc_files, stageAs: "?/*"
Expand Down

0 comments on commit 08376da

Please sign in to comment.