changeset 4:b401018e0614 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/presto commit 1beb51cefbe9e6edc8930c7ae0421f28e7bb93c8
author iuc
date Fri, 04 Oct 2024 09:02:05 +0000
parents 0b4bd722367d
children
files presto_alignsets.xml
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/presto_alignsets.xml	Sat Sep 25 18:31:55 2021 +0000
+++ b/presto_alignsets.xml	Fri Oct 04 09:02:05 2024 +0000
@@ -1,9 +1,9 @@
 <tool id="presto_alignsets" name="pRESTO AlignSets" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>Multiple-align sequences with the same barcodes.</description>
-    <expand macro="bio_tools"/>
     <macros>
         <import>presto_macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     
     <expand macro="requirements"/>
     
@@ -34,9 +34,15 @@
     </outputs>
     
     <tests>
-        <test>
+        <test expect_num_outputs="2">
             <param name="fastq_in" value="presto_alignsets_test_in.fastq"/>
+            <param name="capture_log" value="true"/>
             <output name="fastq_out" file="presto_alignsets_test_out.fastq" compare="sim_size" delta="15"/>
+            <output name="log_out">
+                <assert_contents>
+                    <has_text text="SEQCOUNT"/>
+                </assert_contents>
+            </output>
         </test>
     </tests>