Mercurial > repos > devteam > kraken_report
comparison kraken-mpa-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 | 688428f6800f |
children | 9ae975c30dde |
comparison
equal
deleted
inserted
replaced
1:688428f6800f | 2:c4fb5dc47fce |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="kraken-mpa-report" name="Kraken-mpa-report" version="1.1.1"> | 2 <tool id="kraken-mpa-report" name="Kraken-mpa-report" version="1.2.0"> |
3 <description>view report of classification for multiple samples</description> | 3 <description>view report of classification for multiple samples</description> |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
33 <expand macro="input_database" /> | 33 <expand macro="input_database" /> |
34 </inputs> | 34 </inputs> |
35 <outputs> | 35 <outputs> |
36 <data format="tabular" name="output_report" /> | 36 <data format="tabular" name="output_report" /> |
37 </outputs> | 37 </outputs> |
38 <tests> | |
39 <test> | |
40 <param name="classification" value="kraken_mpa_report_input1.tab,kraken_mpa_report_input2.tab" ftype="tabular"/> | |
41 <param name="show_zeros" value="--show-zeros"/> | |
42 <param name="header_line" value="--header-line"/> | |
43 <param name="kraken_database" value="test_db"/> | |
44 <output name="output_report" file="kraken_mpa_report_test1_output.tab" ftype="tabular"/> | |
45 </test> | |
46 </tests> | |
38 <help> | 47 <help> |
39 <![CDATA[ | 48 <![CDATA[ |
40 | 49 |
41 .. class:: warningmark | 50 .. class:: warningmark |
42 | 51 |