diff batched_lastz.xml @ 6:34d51e66256c draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 2ab3532f7a45153eb0f945ac22c37cdcaea8c1e1
author richard-burhans
date Wed, 10 Jul 2024 18:00:34 +0000
parents eb62d63f4272
children 4cd7884635c2
line wrap: on
line diff
--- a/batched_lastz.xml	Wed May 01 19:09:34 2024 +0000
+++ b/batched_lastz.xml	Wed Jul 10 18:00:34 2024 +0000
@@ -17,10 +17,16 @@
         <param argument="--input" type="data" format="tgz" label="Tarball"/>
     </inputs>
     <outputs>
-        <data name="output" label="Output"/>
+        <data name="output" label="Output" format="maf"/>
     </outputs>
+    <tests>
+      <test expect_num_outputs="1">
+        <param name="input" value="input.tgz" ftype="tgz"/>
+        <output name="output" decompress="true" file="output.maf.gz" ftype="maf"/>
+      </test>
+    </tests>
     <help><![CDATA[
-    TODO: Fill in help.
+    Run batched lastz
     ]]></help>
     <expand macro="citations"/>
 </tool>