diff MRMTransitionGroupPicker.xml @ 1:96c52704abcd 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:40:38 -0400
parents 006142eda968
children 4b87a29bf4e2
line wrap: on
line diff
--- a/MRMTransitionGroupPicker.xml	Wed Mar 01 10:08:42 2017 -0500
+++ b/MRMTransitionGroupPicker.xml	Tue Apr 18 15:40:38 2017 -0400
@@ -36,7 +36,12 @@
   -algorithm:PeakPickerMRM:gauss_width $param_algorithm_PeakPickerMRM_gauss_width
 #end if
 #if $param_algorithm_PeakPickerMRM_use_gauss:
-  -algorithm:PeakPickerMRM:use_gauss $param_algorithm_PeakPickerMRM_use_gauss
+  -algorithm:PeakPickerMRM:use_gauss
+  #if " " in str($param_algorithm_PeakPickerMRM_use_gauss):
+    "$param_algorithm_PeakPickerMRM_use_gauss"
+  #else
+    $param_algorithm_PeakPickerMRM_use_gauss
+  #end if
 #end if
 #if $param_algorithm_PeakPickerMRM_peak_width:
   -algorithm:PeakPickerMRM:peak_width $param_algorithm_PeakPickerMRM_peak_width
@@ -51,13 +56,23 @@
   -algorithm:PeakPickerMRM:sn_bin_count $param_algorithm_PeakPickerMRM_sn_bin_count
 #end if
 #if $param_algorithm_PeakPickerMRM_write_sn_log_messages:
-  -algorithm:PeakPickerMRM:write_sn_log_messages $param_algorithm_PeakPickerMRM_write_sn_log_messages
+  -algorithm:PeakPickerMRM:write_sn_log_messages
+  #if " " in str($param_algorithm_PeakPickerMRM_write_sn_log_messages):
+    "$param_algorithm_PeakPickerMRM_write_sn_log_messages"
+  #else
+    $param_algorithm_PeakPickerMRM_write_sn_log_messages
+  #end if
 #end if
 #if $param_algorithm_PeakPickerMRM_remove_overlapping_peaks:
   -algorithm:PeakPickerMRM:remove_overlapping_peaks
 #end if
 #if $param_algorithm_PeakPickerMRM_method:
-  -algorithm:PeakPickerMRM:method $param_algorithm_PeakPickerMRM_method
+  -algorithm:PeakPickerMRM:method
+  #if " " in str($param_algorithm_PeakPickerMRM_method):
+    "$param_algorithm_PeakPickerMRM_method"
+  #else
+    $param_algorithm_PeakPickerMRM_method
+  #end if
 #end if
 #if $adv_opts.adv_opts_selector=='advanced':
     #if $adv_opts.param_force:
@@ -67,7 +82,12 @@
   -algorithm:min_peak_width $adv_opts.param_algorithm_min_peak_width
 #end if
     #if $adv_opts.param_algorithm_background_subtraction:
-  -algorithm:background_subtraction $adv_opts.param_algorithm_background_subtraction
+  -algorithm:background_subtraction
+  #if " " in str($adv_opts.param_algorithm_background_subtraction):
+    "$adv_opts.param_algorithm_background_subtraction"
+  #else
+    $adv_opts.param_algorithm_background_subtraction
+  #end if
 #end if
     #if $adv_opts.param_algorithm_recalculate_peaks:
   -algorithm:recalculate_peaks     "$adv_opts.param_algorithm_recalculate_peaks"