Mercurial > repos > galaxyp > openms_phosphoscoring
diff PhosphoScoring.xml @ 1:fd50acf6efb3 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 820d990f9217706e693b8a2f1da91e13c09cb0fb
author | galaxyp |
---|---|
date | Tue, 18 Apr 2017 15:48:30 -0400 |
parents | 020a1a552da0 |
children | 369d364413f3 |
line wrap: on
line diff
--- a/PhosphoScoring.xml Wed Mar 01 10:05:29 2017 -0500 +++ b/PhosphoScoring.xml Tue Apr 18 15:48:30 2017 -0400 @@ -25,7 +25,12 @@ -fragment_mass_tolerance $param_fragment_mass_tolerance #end if #if $param_fragment_mass_unit: - -fragment_mass_unit $param_fragment_mass_unit + -fragment_mass_unit + #if " " in str($param_fragment_mass_unit): + "$param_fragment_mass_unit" + #else + $param_fragment_mass_unit + #end if #end if #if $param_max_peptide_length: -max_peptide_length $param_max_peptide_length