Skip to content

Commit 606bac0

Browse files
committed
Update tmt.config, msstats_converter and isobaric_workflow meta
1 parent cb84e43 commit 606bac0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

conf/modules/tmt.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
process {
88
// MSSTATSCONVERTER
9-
withName: '.*:TMT:PROTEIN_QUANT:MSSTATS_CONVERTER' {
9+
withName: '.*:TMT:MSSTATS_CONVERTER' {
1010
ext.args = "-debug $params.protein_quant_debug"
1111
}
1212
}

modules/local/openms/isobaric_workflow/meta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tools:
99
Extracts and normalizes isobaric labeling information from an LC-MS/MS experiment.
1010
homepage: https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/release/latest/html/TOPP_IsobaricWorkflow.html
1111
documentation: https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/release/latest/html/TOPP_IsobaricWorkflow.html
12+
input:
1213
- mzmls:
1314
type: file
1415
description: Input Spectra in mzML format

modules/local/openms/msstats_converter/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process MSSTATS_CONVERTER {
44
label 'openms'
55

66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'oras://ghcr.io/bigbio/openms-tools-thirdparty-sif:2025.04.14' :
8-
'ghcr.io/bigbio/openms-tools-thirdparty:2025.04.14' }"
7+
'oras://ghcr.io/bigbio/openms-tools-thirdparty-sif:2026.06.06' :
8+
'ghcr.io/bigbio/openms-tools-thirdparty:2026.06.06' }"
99

1010
input:
1111
path consensusXML

0 commit comments

Comments
 (0)