Mercurial > repos > galaxyp > openms_spectrafilterwindowmower
diff SpectraFilterWindowMower.xml @ 1:a1eb5b310e4a draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author | galaxyp |
---|---|
date | Wed, 09 Aug 2017 09:51:55 -0400 |
parents | 5881fd2ef62b |
children | 746db2c7b499 |
line wrap: on
line diff
--- a/SpectraFilterWindowMower.xml Wed Mar 01 12:53:22 2017 -0500 +++ b/SpectraFilterWindowMower.xml Wed Aug 09 09:51:55 2017 -0400 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> <!--Proposed Tool Section: [Identification]--> -<tool id="SpectraFilterWindowMower" name="SpectraFilterWindowMower" version="2.1.0"> +<tool id="SpectraFilterWindowMower" name="SpectraFilterWindowMower" version="2.2.0"> <description>Applies thresholdfilter to peak spectra.</description> <macros> <token name="@EXECUTABLE@">SpectraFilterWindowMower</token> @@ -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: