Mercurial > repos > iuc > data_manager_gtdbtk_database_installer
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1:2814c058a087 | 2:6ab422fba1a3 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 1 <tables> | 2 <tables> |
| 2 <!-- Locations of GTDB-Tk database versions 202 and higher --> | 3 <!-- Locations of GTDB-Tk database versions 202 and higher --> |
| 3 <table name="gtdbtk_database" comment_char="#"> | 4 <table name="gtdbtk_database_versioned" comment_char="#"> |
| 4 <columns>value, name, path</columns> | 5 <columns>value, name, version, path</columns> |
| 5 <file path="tool-data/gtdbtk_database.loc" /> | 6 <file path="tool-data/gtdbtk_database_versioned.loc" /> |
| 7 </table> | |
| 8 <table name="gtdbtk_database_metadata_versioned" comment_char="#"> | |
| 9 <columns>value, name, version, path</columns> | |
| 10 <file path="tool-data/gtdbtk_database_metadata_versioned.loc" /> | |
| 6 </table> | 11 </table> |
| 7 </tables> | 12 </tables> |
