Mercurial > repos > galaxyp > openms_decharger
diff Decharger.xml @ 1:f6cfb570a9d6 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:29:34 -0400 |
| parents | e12e318f1df2 |
| children | 8061e7396ed5 |
line wrap: on
line diff
--- a/Decharger.xml Wed Mar 01 10:10:59 2017 -0500 +++ b/Decharger.xml Tue Apr 18 15:29:34 2017 -0400 @@ -34,7 +34,12 @@ -algorithm:FeatureDeconvolution:charge_span_max $param_algorithm_FeatureDeconvolution_charge_span_max #end if #if $param_algorithm_FeatureDeconvolution_q_try: - -algorithm:FeatureDeconvolution:q_try $param_algorithm_FeatureDeconvolution_q_try + -algorithm:FeatureDeconvolution:q_try + #if " " in str($param_algorithm_FeatureDeconvolution_q_try): + "$param_algorithm_FeatureDeconvolution_q_try" + #else + $param_algorithm_FeatureDeconvolution_q_try + #end if #end if #if $param_algorithm_FeatureDeconvolution_retention_max_diff: -algorithm:FeatureDeconvolution:retention_max_diff $param_algorithm_FeatureDeconvolution_retention_max_diff
