Mercurial > repos > iuc > gtdbtk_classify_wf
diff tool_data_table_conf.xml.test @ 2:151e8f99baaa draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtdbtk commit 85683b4edaf9ec44550ff0de861023f794bf35f2
| author | iuc |
|---|---|
| date | Fri, 13 Sep 2024 11:15:22 +0000 |
| parents | 5ec8a11d0fad |
| children | a1900b0fd855 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.test Thu Feb 16 23:35:41 2023 +0000 +++ b/tool_data_table_conf.xml.test Fri Sep 13 11:15:22 2024 +0000 @@ -1,7 +1,7 @@ <tables> - <!-- Location of databases for gtdbtk version 202 and higher --> - <table name="gtdbtk_database" comment_char="#"> - <columns>value, name, path</columns> - <file path="${__HERE__}/test-data/gtdbtk_database.loc" /> + <!-- Locations of GTDB-Tk database versions 202 and higher --> + <table name="gtdbtk_database_versioned" comment_char="#"> + <columns>value, name, version, path</columns> + <file path="tool-data/gtdbtk_database_versioned.loc" /> </table> </tables>
