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

Commit

Permalink
upgrade the singularity and docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Mar 22, 2023
1 parent 6fa90bf commit f0c0a53
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions modules/local/openms/thirdparty/luciphoradapter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process LUCIPHORADAPTER {

conda "bioconda::openms-thirdparty=2.9.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/openms-thirdparty:2.9.1--h9ee0642_0' :
'quay.io/biocontainers/openms-thirdparty:2.9.1--h9ee0642_0' }"
'https://depot.galaxyproject.org/singularity/openms-thirdparty:2.9.1--h9ee0642_1' :
'quay.io/biocontainers/openms-thirdparty:2.9.1--h9ee0642_1' }"

input:
tuple val(meta), path(mzml_file), path(id_file)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/openms/thirdparty/percolator/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process PERCOLATOR {

conda "bioconda::openms-thirdparty=2.9.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/openms-thirdparty:2.9.1--h9ee0642_0' :
'quay.io/biocontainers/openms-thirdparty:2.9.1--h9ee0642_0' }"
'https://depot.galaxyproject.org/singularity/openms-thirdparty:2.9.1--h9ee0642_1' :
'quay.io/biocontainers/openms-thirdparty:2.9.1--h9ee0642_1' }"

input:
tuple val(meta), path(id_file)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/openms/thirdparty/searchenginecomet/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SEARCHENGINECOMET {

conda "bioconda::openms-thirdparty=2.9.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/openms-thirdparty:2.9.1--h9ee0642_0' :
'quay.io/biocontainers/openms-thirdparty:2.9.1--h9ee0642_0' }"
'https://depot.galaxyproject.org/singularity/openms-thirdparty:2.9.1--h9ee0642_1' :
'quay.io/biocontainers/openms-thirdparty:2.9.1--h9ee0642_1' }"

input:
tuple val(meta), file(mzml_file), file(database)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/openms/thirdparty/searchenginemsgf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SEARCHENGINEMSGF {

conda "bioconda::openms-thirdparty=2.9.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/openms-thirdparty:2.9.1--h9ee0642_0' :
'quay.io/biocontainers/openms-thirdparty:2.9.1--h9ee0642_0' }"
'https://depot.galaxyproject.org/singularity/openms-thirdparty:2.9.1--h9ee0642_1' :
'quay.io/biocontainers/openms-thirdparty:2.9.1--h9ee0642_1' }"

input:
tuple val(meta), file(mzml_file), file(database)
Expand Down

0 comments on commit f0c0a53

Please sign in to comment.