Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/modules/tmt.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

process {
// MSSTATSCONVERTER
withName: '.*:TMT:PROTEIN_QUANT:MSSTATS_CONVERTER' {
withName: '.*:TMT:MSSTATS_CONVERTER' {
ext.args = "-debug $params.protein_quant_debug"
}
}
1 change: 1 addition & 0 deletions modules/local/openms/isobaric_workflow/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tools:
Extracts and normalizes isobaric labeling information from an LC-MS/MS experiment.
homepage: https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/release/latest/html/TOPP_IsobaricWorkflow.html
documentation: https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/release/latest/html/TOPP_IsobaricWorkflow.html
input:
- mzmls:
type: file
description: Input Spectra in mzML format
Expand Down
4 changes: 2 additions & 2 deletions modules/local/openms/msstats_converter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process MSSTATS_CONVERTER {
label 'openms'

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

input:
path consensusXML
Expand Down
Loading