Mercurial > repos > iuc > bakta
diff tool_data_table_conf.xml.test @ 2:debdc1469b41 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
author | iuc |
---|---|
date | Wed, 21 Dec 2022 20:59:54 +0000 |
parents | 1a27ad3d0cdf |
children | 865ece5ca178 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.test Fri Sep 16 13:42:15 2022 +0000 +++ b/tool_data_table_conf.xml.test Wed Dec 21 20:59:54 2022 +0000 @@ -1,7 +1,11 @@ <?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>