File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77process {
88 // MSSTATSCONVERTER
9- withName: '.*:TMT:PROTEIN_QUANT: MSSTATS_CONVERTER' {
9+ withName: '.*:TMT:MSSTATS_CONVERTER' {
1010 ext.args = "-debug $params.protein_quant_debug"
1111 }
1212}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments