Skip to content

Commit

Permalink
Update main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
daichengxin committed May 12, 2024
1 parent 9ab838f commit f571096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/extract_psm/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ process PSMCONVERSION {
tag "$meta.mzml_id"
label 'process_medium'

conda "bioconda::pyopenms=3.1.0"
conda "bioconda::pyopenms=2.8.0"
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/pyopenms:3.1.0--py39h9b8898c_0"
container "https://depot.galaxyproject.org/singularity/pyopenms:2.8.0--py38hd8d5640_1"
} else {
container "biocontainers/pyopenms:3.1.0--py39h9b8898c_0"
container "biocontainers/pyopenms:2.8.0--py38hd8d5640_1"
}

input:
Expand Down

0 comments on commit f571096

Please sign in to comment.