Mercurial > repos > devteam > kraken_report
diff kraken-report.xml @ 2:c4fb5dc47fce draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/kraken/kraken_report/ commit 3abfc7eb2999fa588862b84c453012c811fa8350
author | devteam |
---|---|
date | Mon, 21 Mar 2016 12:05:59 -0400 |
parents | f2757ab26483 |
children | 9ae975c30dde |
line wrap: on
line diff
--- a/kraken-report.xml Wed Aug 05 12:09:35 2015 -0400 +++ b/kraken-report.xml Mon Mar 21 12:05:59 2016 -0400 @@ -1,10 +1,14 @@ -<tool id="kraken-report" name="Kraken-report" version="1.1.0"> +<tool id="kraken-report" name="Kraken-report" version="1.2.0"> <description> view a sample report of your classification </description> + <macros> <import>macros.xml</import> </macros> + <expand macro="requirements" /> + <expand macro="stdio" /> + <expand macro="version_command" /> <command> <![CDATA[ @SET_DATABASE_PATH@ && @@ -18,6 +22,14 @@ <outputs> <data format="tabular" name="output_report" /> </outputs> + <tests> + <test> + <param name="kraken_output" value="kraken_report_test1.tab" ftype="tabular"/> + <param name="kraken_database" value="test_db"/> + <output name="output_report" file="kraken_report_test1_output.tab" ftype="tabular"/> + </test> + </tests> + <help> <![CDATA[ @@ -42,8 +54,5 @@ structure specified by the taxonomy. ]]> </help> - <expand macro="version_command" /> - <expand macro="requirements" /> - <expand macro="stdio" /> <expand macro="citations" /> </tool>