diff FeatureFinderMultiplex.xml @ 1:23d1e0b5cf9f draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 820d990f9217706e693b8a2f1da91e13c09cb0fb
author galaxyp
date Tue, 18 Apr 2017 16:04:57 -0400
parents 14e0f052de8e
children 9ef0f56e82df
line wrap: on
line diff
--- a/FeatureFinderMultiplex.xml	Wed Mar 01 12:37:44 2017 -0500
+++ b/FeatureFinderMultiplex.xml	Tue Apr 18 16:04:57 2017 -0400
@@ -40,7 +40,12 @@
   -algorithm:mz_tolerance $param_algorithm_mz_tolerance
 #end if
 #if $param_algorithm_mz_unit:
-  -algorithm:mz_unit $param_algorithm_mz_unit
+  -algorithm:mz_unit
+  #if " " in str($param_algorithm_mz_unit):
+    "$param_algorithm_mz_unit"
+  #else
+    $param_algorithm_mz_unit
+  #end if
 #end if
 #if $param_algorithm_intensity_cutoff:
   -algorithm:intensity_cutoff $param_algorithm_intensity_cutoff
@@ -68,7 +73,12 @@
   -algorithm:knock_out
 #end if
     #if $adv_opts.param_algorithm_averagine_type:
-  -algorithm:averagine_type $adv_opts.param_algorithm_averagine_type
+  -algorithm:averagine_type
+  #if " " in str($adv_opts.param_algorithm_averagine_type):
+    "$adv_opts.param_algorithm_averagine_type"
+  #else
+    $adv_opts.param_algorithm_averagine_type
+  #end if
 #end if
     #if $adv_opts.param_labels_Arg6:
   -labels:Arg6 $adv_opts.param_labels_Arg6