Mercurial > repos > bebatut > humann2
diff tool_data_table_conf.xml.sample @ 14:e25df87eaecc draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
author | bebatut |
---|---|
date | Mon, 20 Feb 2017 11:38:51 -0500 |
parents | 7838137cbc7f |
children | 4e2b75051020 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Thu Jun 02 04:21:54 2016 -0400 +++ b/tool_data_table_conf.xml.sample Mon Feb 20 11:38:51 2017 -0500 @@ -1,6 +1,10 @@ <tables> - <table name="metaphlan2_db" comment_char="#"> - <columns>value, name, path</columns> - <file path="tool-data/metaphlan2_db.loc" /> + <table name="humann2_nucleotide_database" comment_char="#"> + <columns>value, name, dbkey, path</columns> + <file path="tool-data/humann2_nucleotide_database.loc" /> + </table> + <table name="humann2_protein_database" comment_char="#"> + <columns>value, name, dbkey, path</columns> + <file path="tool-data/humann2_protein_database.loc" /> </table> </tables>