Skip to content

Commit

Permalink
Merge pull request #297 from ypriverol/dev
Browse files Browse the repository at this point in the history
pmultiqc 0.21 -> 0.22
  • Loading branch information
ypriverol authored Sep 30, 2023
2 parents ede4c58 + a48c980 commit 8db0645
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/local/diannconvert/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ process DIANNCONVERT {

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

input:
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pmultiqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ process PMULTIQC {

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

input:
Expand Down
2 changes: 1 addition & 1 deletion modules/local/tdf2mzml/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process TDF2MZML {
label 'process_single'
label 'error_retry'

container 'mfreitas/tdf2mzml:latest' // I don't know which stable tag to use...
container 'docker.io/mfreitas/tdf2mzml:latest' // I don't know which stable tag to use...

input:
tuple val(meta), path(rawfile)
Expand Down

0 comments on commit 8db0645

Please sign in to comment.