| Previous changeset 3:1844a3d2c887 (2021-09-25) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/presto commit 1beb51cefbe9e6edc8930c7ae0421f28e7bb93c8 |
|
modified:
presto_buildconsensus.xml |
| b |
| diff -r 1844a3d2c887 -r ef31bdd0c9ed presto_buildconsensus.xml --- a/presto_buildconsensus.xml Sat Sep 25 18:32:31 2021 +0000 +++ b/presto_buildconsensus.xml Fri Oct 04 09:02:54 2024 +0000 |
| b |
| @@ -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"/> |