diff presto_buildconsensus.xml @ 4:ef31bdd0c9ed 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:54 +0000
parents 1844a3d2c887
children
line wrap: on
line diff
--- a/presto_buildconsensus.xml	Sat Sep 25 18:32:31 2021 +0000
+++ b/presto_buildconsensus.xml	Fri Oct 04 09:02:54 2024 +0000
@@ -1,9 +1,9 @@
 <tool id="presto_buildconsensus" name="pRESTO BuildConsensus" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>Builds a consensus sequence for each set of input sequences</description>
-    <expand macro="bio_tools"/>
     <macros>
         <import>presto_macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     
     <expand macro="requirements"/>
     
@@ -87,7 +87,7 @@
     </outputs>
     
     <tests>
-        <test>
+        <test expect_num_outputs="1">
             <param name="fastq_in" value="presto_buildconsensus_test_input.fastq"/>
             <param name="n" value="2"/>
             <param name="pf" value="PRIMER"/>
@@ -97,7 +97,7 @@
             <param name="maxerror" value="0.1"/>
             <output name="fastq_out" file="presto_buildconsensus_test_maxerror_output.fastq" sort="true"/>
         </test>
-        <test>
+        <test expect_num_outputs="1">
             <param name="fastq_in" value="presto_buildconsensus_test_input.fastq"/>
             <param name="n" value="2"/>
             <param name="pf" value="PRIMER"/>