Skip to content

Commit

Permalink
bump ms2rescore version to official release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Dec 7, 2023
1 parent ffdf5a1 commit e9a7527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/ms2rescore.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process MS2RESCORE {
tag "$meta.id"
label 'process_high'

conda "bioconda::ms2rescore=3.0.0b1"
conda "bioconda::ms2rescore=3.0.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ms2rescore:3.0.0b1--pyhdfd78af_1':
'biocontainers/ms2rescore:3.0.0b1--pyhdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/ms2rescore:3.0.0--pyhdfd78af_0':
'biocontainers/ms2rescore:3.0.0--pyhdfd78af_0' }"

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

0 comments on commit e9a7527

Please sign in to comment.