Mercurial > repos > dfornika > chewbbaca_schemaevaluator
diff tool_data_table_conf.xml.sample @ 1:5037f1f7423c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chewbbaca commit 90d84ed39bfd0d34e10cec9f417953042404648a-dirty"
author | dfornika |
---|---|
date | Mon, 01 Jun 2020 23:37:20 +0000 |
parents | 6053ca7c24f3 |
children | 99cdfc72f05d |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Fri Jan 24 19:33:33 2020 +0000 +++ b/tool_data_table_conf.xml.sample Mon Jun 01 23:37:20 2020 +0000 @@ -1,8 +1,13 @@ <?xml version="1.0"?> <tables> - <!-- Locations of chewbbaca prodigal training files in the required format --> - <table name="chewbbaca_prodigal_training_files" comment_char="#"> + <!-- Locations of prodigal training files in the required format --> + <table name="prodigal_training_files" comment_char="#"> <columns>value, name, path</columns> - <file path="tool-data/chewbbaca_prodigal_training_files.loc" /> + <file path="tool-data/prodigal_training_files.loc" /> + </table> + <!-- Locations of chewbbaca schemas in the required format --> + <table name="chewbbaca_schemas" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/chewbbaca_schemas.loc" /> </table> </tables>