diff mlst_list.xml @ 1:681a5aa83361 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
author iuc
date Mon, 30 Oct 2017 05:39:53 -0400
parents d99b37191518
children 11e1af1f7f35
line wrap: on
line diff
--- a/mlst_list.xml	Mon Dec 12 15:07:06 2016 -0500
+++ b/mlst_list.xml	Mon Oct 30 05:39:53 2017 -0400
@@ -1,6 +1,6 @@
-<tool id="mlst_list" name="MLST List" version="0.1.0">
+<tool id="mlst_list" name="MLST List" version="2.9">
     <requirements>
-        <requirement type="package" version="2.6">mlst</requirement>
+        <requirement type="package" version="2.9">mlst</requirement>
     </requirements>
 
     <version_command>mlst --version</version_command>
@@ -22,13 +22,21 @@
         <!-- Test the longlist option -->
         <test>
             <param name="list_type" value="true" />
-            <output name="report" ftype="txt" file="output_longlist.txt" />
+            <output name="report" ftype="txt" >
+                <assert_contents>
+                    <has_text text="saureus" />
+                </assert_contents>
+            </output>
         </test>
 
         <!-- Test the list option -->
         <test>
             <param name="list_type" value="false" />
-            <output name="report" ftype="txt" file="output_list.txt" />
+            <output name="report" ftype="txt" >
+                <assert_contents>
+                    <has_text text="saureus" />
+                </assert_contents>
+            </output>
         </test>
     </tests>