Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request bigbio#360 from ypriverol/dev
Browse files Browse the repository at this point in the history
pmultiqc 0.0.24
  • Loading branch information
ypriverol authored Mar 23, 2024
2 parents 96c2353 + 0e83ecb commit d090107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/pmultiqc/main.nf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
process PMULTIQC {
label 'process_high'

conda "conda-forge::pandas_schema conda-forge::lzstring bioconda::pmultiqc=0.0.25"
conda "conda-forge::pandas_schema conda-forge::lzstring bioconda::pmultiqc=0.0.24"
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/pmultiqc:0.0.25--pyhdfd78af_0"
container "https://depot.galaxyproject.org/singularity/pmultiqc:0.0.24--pyhdfd78af_0"
} else {
container "biocontainers/pmultiqc:0.0.25--pyhdfd78af_0"
container "biocontainers/pmultiqc:0.0.24--pyhdfd78af_0"
}

input:
Expand Down

0 comments on commit d090107

Please sign in to comment.