Mercurial > repos > galaxyp > openms_spectrafilterwindowmower
diff SpectraFilterWindowMower.xml @ 1:e927f4a1aeb6 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:55:21 -0400 |
| parents | 0772969401a6 |
| children | 1a0ba0ec4aab |
line wrap: on
line diff
--- a/SpectraFilterWindowMower.xml Wed Mar 01 10:17:25 2017 -0500 +++ b/SpectraFilterWindowMower.xml Tue Apr 18 15:55:21 2017 -0400 @@ -25,7 +25,12 @@ -algorithm:peakcount $param_algorithm_peakcount #end if #if $param_algorithm_movetype: - -algorithm:movetype $param_algorithm_movetype + -algorithm:movetype + #if " " in str($param_algorithm_movetype): + "$param_algorithm_movetype" + #else + $param_algorithm_movetype + #end if #end if #if $adv_opts.adv_opts_selector=='advanced': #if $adv_opts.param_force:
