Mercurial > repos > devteam > kraken_filter
diff kraken-filter.xml @ 3:7fb926851f66 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/kraken/kraken_filter/ commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author | devteam |
---|---|
date | Fri, 18 Dec 2015 19:41:19 -0500 |
parents | 317726be0703 |
children | d2c12af1943a |
line wrap: on
line diff
--- a/kraken-filter.xml Wed Jul 15 15:22:22 2015 -0400 +++ b/kraken-filter.xml Fri Dec 18 19:41:19 2015 -0500 @@ -5,6 +5,9 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="requirements" /> + <expand macro="stdio" /> + <expand macro="version_command" /> <command> <![CDATA[ @SET_DATABASE_PATH@ && @@ -19,6 +22,15 @@ <outputs> <data format="tabular" name="filtered_output" /> </outputs> + <tests> + <test> + <param name="input" value="kraken_filter_test1.tab"/> + <param name="threshold" value="0"/> + <param name="kraken_database" value="test_db"/> + <output name="output" file="kraken_filter_test1_output.tab" ftype="tabular"/> + </test> + </tests> + <help> <![CDATA[ @@ -47,8 +59,5 @@ In this case, ID #561 is the parent node of #562. Here, a label of #562 for this sequence would have a score of C/Q = (13+3)/(13+4+1+3) = 16/21. A label of #561 would have a score of C/Q = (13+4+3)/(13+4+1+3) = 20/21. If a user specified a threshold over 16/21, kraken-filter would adjust the original label from #562 to #561; if the threshold was greater than 20/21, the sequence would become unclassified. ]]> </help> - <expand macro="version_command" /> - <expand macro="requirements" /> - <expand macro="stdio" /> <expand macro="citations" /> </tool>