Mercurial > repos > devteam > kraken_report
diff kraken-report.xml @ 4:9709eedcff4b draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/kraken/kraken_report/ commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author | devteam |
---|---|
date | Fri, 18 Dec 2015 19:41:35 -0500 |
parents | 45ced9c12e18 |
children | e9e42bf5c6a8 |
line wrap: on
line diff
--- a/kraken-report.xml Wed Aug 05 12:13:09 2015 -0400 +++ b/kraken-report.xml Fri Dec 18 19:41:35 2015 -0500 @@ -2,9 +2,13 @@ <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>