diff IDFilter.xml @ 1:cd211bcab62b 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:36:11 -0400
parents 8b5d99b41ed5
children 96beee728d0c
line wrap: on
line diff
--- a/IDFilter.xml	Wed Mar 01 10:04:10 2017 -0500
+++ b/IDFilter.xml	Tue Apr 18 15:36:11 2017 -0400
@@ -126,7 +126,12 @@
   -mz:error $param_mz_error
 #end if
 #if $param_mz_unit:
-  -mz:unit $param_mz_unit
+  -mz:unit
+  #if " " in str($param_mz_unit):
+    "$param_mz_unit"
+  #else
+    $param_mz_unit
+  #end if
 #end if
 #if $param_best_n_peptide_hits:
   -best:n_peptide_hits $param_best_n_peptide_hits