changeset 3:ee4b383e7a4b draft

planemo upload
author jowong
date Mon, 05 Nov 2018 10:13:23 -0500
parents fc1aaa9feace
children d849a2f860e2
files spotyping.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/spotyping.xml	Mon Nov 05 10:11:09 2018 -0500
+++ b/spotyping.xml	Mon Nov 05 10:13:23 2018 -0500
@@ -1,8 +1,8 @@
-<tool id="spotyping" name="Spoligotype Prediction" version="0.1.1">
+<tool id="spotyping" name="Spoligotype Prediction" version="0.1.2">
     <requirements>
         <requirement type="package" version="2.1">spotyping</requirement>
     </requirements>
-    <command>
+    <command detect_errors="aggressive"><![CDATA[
         SpoTyping.py 
         #if str( $data_input.data_selector ) == "paired"       
             $data_input.input1.forward $data_input.input1.reverse
@@ -10,6 +10,7 @@
         #if str( $data_input.data_selector ) == "single"       
             $data_input.input2.element_identifier
         #end if
+        ]]>
     </command>
     <inputs>
         <conditional name="data_input">