Skip to content

Commit d2308f7

Browse files
authored
Merge pull request #721 from bigbio/feat/pmultiqc-0.0.46-rescoring-0.0.22
Feat/pmultiqc 0.0.46 rescoring 0.0.22
2 parents 483ab27 + a34fe86 commit d2308f7

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

modules/local/utils/msrescore_features/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process MSRESCORE_FEATURES {
33
label 'process_medium'
44

55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'oras://ghcr.io/bigbio/quantms-rescoring-sif:0.0.23' :
7-
'ghcr.io/bigbio/quantms-rescoring:0.0.23' }"
6+
'oras://ghcr.io/bigbio/quantms-rescoring-sif:0.0.24' :
7+
'ghcr.io/bigbio/quantms-rescoring:0.0.24' }"
88

99
input:
1010
tuple val(meta), path(id_files), path(mzml), path(model_weight)

modules/local/utils/msrescore_fine_tuning/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process MSRESCORE_FINE_TUNING {
33
label 'process_high'
44

55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'oras://ghcr.io/bigbio/quantms-rescoring-sif:0.0.23' :
7-
'ghcr.io/bigbio/quantms-rescoring:0.0.23' }"
6+
'oras://ghcr.io/bigbio/quantms-rescoring-sif:0.0.24' :
7+
'ghcr.io/bigbio/quantms-rescoring:0.0.24' }"
88

99
input:
1010
tuple val(meta), path(idparquet), path(mzml), path(ms2_model_dir)

modules/local/utils/psm_clean/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process PSM_CLEAN {
33
label 'process_high'
44

55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'oras://ghcr.io/bigbio/quantms-rescoring-sif:0.0.23' :
7-
'ghcr.io/bigbio/quantms-rescoring:0.0.23' }"
6+
'oras://ghcr.io/bigbio/quantms-rescoring-sif:0.0.24' :
7+
'ghcr.io/bigbio/quantms-rescoring:0.0.24' }"
88

99
input:
1010
tuple val(meta), path(idparquet), path(mzml)

modules/local/utils/spectrum_features/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process SPECTRUM_FEATURES {
33
label 'process_low'
44

55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'oras://ghcr.io/bigbio/quantms-rescoring-sif:0.0.23' :
7-
'ghcr.io/bigbio/quantms-rescoring:0.0.23' }"
6+
'oras://ghcr.io/bigbio/quantms-rescoring-sif:0.0.24' :
7+
'ghcr.io/bigbio/quantms-rescoring:0.0.24' }"
88

99
input:
1010
tuple val(meta), path(id_file), path(ms_file)

0 commit comments

Comments
 (0)