Skip to content

Commit

Permalink
Update pyopenms to latest version in ionannotator
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Oct 3, 2023
1 parent dd66c39 commit d59e1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/pyopenms_ionannotator.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process PYOPENMS_IONANNOTATOR {
tag "$meta.id"
label 'process_high'

conda "bioconda::pyopenms=2.8.0"
conda "bioconda::pyopenms=3.0.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pyopenms:2.8.0--py310h3dc0cdb_1' :
'biocontainers/pyopenms:2.8.0--py310h3dc0cdb_1' }"
'https://depot.galaxyproject.org/singularity/3.0.0--py311h9b8898c_0' :
'biocontainers/3.0.0--py311h9b8898c_0' }"

input:
tuple val(meta), path(mzml), path(fdr_filtered_idxml)
Expand Down

0 comments on commit d59e1f4

Please sign in to comment.