Mercurial > repos > bgruening > diamond
diff diamond_view.xml @ 9:f921014aba5a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/diamond commit 828c844036743151594e57cc19811f4c8d9179b3"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 09:48:10 +0000 |
parents | 54f751e413f4 |
children | 1e3323a44643 |
line wrap: on
line diff
--- a/diamond_view.xml Mon Mar 22 13:21:23 2021 +0000 +++ b/diamond_view.xml Sat Nov 27 09:48:10 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="bg_diamond_view" name="Diamond view" version="@VERSION@" profile="19.01"> +<tool id="bg_diamond_view" name="Diamond view" version="@TOOL_VERSION@.1" profile="19.01"> <description>generate formatted output from DAA files</description> <macros> <import>macros.xml</import> @@ -29,7 +29,7 @@ <expand macro="output_macro" /> </outputs> <tests> - <test> + <test expect_num_outputs="1"> <param name="daa" ftype="daa" value="diamond_results.daa" /> <conditional name="output"> <param name="outfmt" value="5"/> @@ -40,7 +40,7 @@ </conditional> <output name="blast_tabular" file="diamond_results.xml"/> </test> - <test> + <test expect_num_outputs="1"> <param name="daa" ftype="daa" value="diamond_results.daa" /> <conditional name="output"> <param name="outfmt" value="6"/> @@ -48,7 +48,7 @@ </conditional> <output name="blast_tabular" file="diamond_view_results.tabular"/> </test> - <test> + <test expect_num_outputs="1"> <param name="daa" ftype="daa" value="diamond_results.daa" /> <conditional name="output"> <param name="outfmt" value="101"/>