diff --git a/modules/local/ms2rescore.nf b/modules/local/ms2rescore.nf index 785cba97..20588197 100644 --- a/modules/local/ms2rescore.nf +++ b/modules/local/ms2rescore.nf @@ -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)