diff DigestorMotif.xml @ 1:3f4f738c7213 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:30:14 -0400
parents fa55ebceffd4
children e6f171ddbca4
line wrap: on
line diff
--- a/DigestorMotif.xml	Wed Mar 01 10:12:14 2017 -0500
+++ b/DigestorMotif.xml	Tue Apr 18 15:30:14 2017 -0400
@@ -31,7 +31,12 @@
   -out_option $param_out_option
 #end if
 #if $param_enzyme:
-  -enzyme $param_enzyme
+  -enzyme
+  #if " " in str($param_enzyme):
+    "$param_enzyme"
+  #else
+    $param_enzyme
+  #end if
 #end if
 #if $param_motif:
   -motif     "$param_motif"