diff NoiseFilterSGolay.xml @ 1:1dd7a72aa16c 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:04:31 -0400
parents 2b7b288f2d2a
children 39f42442e20d
line wrap: on
line diff
--- a/NoiseFilterSGolay.xml	Wed Mar 01 12:21:55 2017 -0500
+++ b/NoiseFilterSGolay.xml	Wed Aug 09 09:04:31 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: [Signal processing and preprocessing]-->
-<tool id="NoiseFilterSGolay" name="NoiseFilterSGolay" version="2.1.0">
+<tool id="NoiseFilterSGolay" name="NoiseFilterSGolay" version="2.2.0">
   <description>Removes noise from profile spectra by using a Savitzky Golay filter. Requires uniform (equidistant) data.</description>
   <macros>
     <token name="@EXECUTABLE@">NoiseFilterSGolay</token>
@@ -26,7 +26,12 @@
 #end if
 #if $adv_opts.adv_opts_selector=='advanced':
     #if $adv_opts.param_processOption:
-  -processOption $adv_opts.param_processOption
+  -processOption
+  #if " " in str($adv_opts.param_processOption):
+    "$adv_opts.param_processOption"
+  #else
+    $adv_opts.param_processOption
+  #end if
 #end if
     #if $adv_opts.param_force:
   -force