Skip to content

Commit

Permalink
quantms-rescoring 0.0.3 -> 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Jan 14, 2025
1 parent 80a84aa commit 7ba82b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/ms2rescore/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process MS2RESCORE {
tag "$meta.mzml_id"
label 'process_high'

conda "bioconda::quantms-rescoring=0.0.3"
conda "bioconda::quantms-rescoring=0.0.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-rescoring:0.0.3--pyhdfd78af_0' :
'biocontainers/quantms-rescoring:0.0.3--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-rescoring:0.0.4--pyhdfd78af_0' :
'biocontainers/quantms-rescoring:0.0.4--pyhdfd78af_0' }"

// userEmulation settings when docker is specified
containerOptions = (workflow.containerEngine == 'docker') ? '-u $(id -u) -e "HOME=${HOME}" -v /etc/passwd:/etc/passwd:ro -v /etc/shadow:/etc/shadow:ro -v /etc/group:/etc/group:ro -v $HOME:$HOME' : ''
Expand Down

0 comments on commit 7ba82b7

Please sign in to comment.