Mercurial > repos > iuc > data_manager_gtdbtk_database_installer
diff tool_data_table_conf.xml.sample @ 2:6ab422fba1a3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_gtdbtk_database_installer commit ad14947c3e13babe90a6878b45608fe56a16150d
author | iuc |
---|---|
date | Tue, 13 Aug 2024 21:13:43 +0000 |
parents | 629464b96c2e |
children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Tue Jan 03 09:05:09 2023 +0000 +++ b/tool_data_table_conf.xml.sample Tue Aug 13 21:13:43 2024 +0000 @@ -1,7 +1,12 @@ +<?xml version="1.0"?> <tables> <!-- Locations of GTDB-Tk database versions 202 and higher --> - <table name="gtdbtk_database" comment_char="#"> - <columns>value, name, path</columns> - <file path="tool-data/gtdbtk_database.loc" /> + <table name="gtdbtk_database_versioned" comment_char="#"> + <columns>value, name, version, path</columns> + <file path="tool-data/gtdbtk_database_versioned.loc" /> + </table> + <table name="gtdbtk_database_metadata_versioned" comment_char="#"> + <columns>value, name, version, path</columns> + <file path="tool-data/gtdbtk_database_metadata_versioned.loc" /> </table> </tables>