Mercurial > repos > pimarin > bakta
diff tool_data_table_conf.xml.test @ 3:eea334d9988b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 73af464cc860250c3fa3dd433602283ab5a44f53-dirty
author | pimarin |
---|---|
date | Thu, 22 Dec 2022 15:01:43 +0000 |
parents | 4d315de96666 |
children | 8c7499c6f32a |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.test Wed Aug 17 10:29:37 2022 +0000 +++ b/tool_data_table_conf.xml.test Thu Dec 22 15:01:43 2022 +0000 @@ -1,7 +1,12 @@ <?xml version="1.0"?> <tables> <table name="bakta_database" comment_char="#"> + <columns>value, dbkey, bakta_version, path</columns> + <file path="${__HERE__}/test-data/bakta_database.loc" /> + </table> + <table name="amrfinderplus_database" comment_char="#"> <columns>value, name, path</columns> - <file path="${__HERE__}/test-data/test_database.loc" /> + <file path="${__HERE__}/test-data/amrfinderplus_database.loc" /> + </table> </tables>