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

Upgrade Comet to latest 20223010 version #88

Merged
merged 1 commit into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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