Mercurial > repos > iuc > customize_metaphlan_database
diff tool_data_table_conf.xml.sample @ 5:aac70228c28a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan/ commit 08ec37116aab4268fdb93f175b60e50a0bbfafb2
| author | iuc |
|---|---|
| date | Mon, 27 Feb 2023 06:58:39 +0000 |
| parents | bd8040f3e194 |
| children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Wed Feb 02 21:59:47 2022 +0000 +++ b/tool_data_table_conf.xml.sample Mon Feb 27 06:58:39 2023 +0000 @@ -1,6 +1,7 @@ +<?xml version="1.0"?> <tables> - <table name="metaphlan_database" comment_char="#"> - <columns>value, name, dbkey, path</columns> - <file path="tool-data/metaphlan_database.loc" /> + <table name="metaphlan_database_versioned" comment_char="#"> + <columns>value, name, dbkey, path, db_version</columns> + <file path="tool-data/metaphlan_database_versioned.loc"/> </table> </tables>
