Mercurial > repos > glogobyte > armdb
changeset 15:3e61c495f8ad draft
Uploaded
author | glogobyte |
---|---|
date | Sun, 05 Dec 2021 12:21:55 +0000 |
parents | 3047042b47fe |
children | feee3bce615a |
files | tool_data_table_conf.xml.sample |
diffstat | 1 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Tue May 18 05:49:26 2021 +0000 +++ b/tool_data_table_conf.xml.sample Sun Dec 05 12:21:55 2021 +0000 @@ -1,14 +1,11 @@ -<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc--> +<!-- Paths are relative to the value of `tool_data_path` in galaxy.ini --> <tables> - <!-- Locations of 2bit sequence files for use in Lastz --> <table name="mirbase" comment_char="#"> <columns>value, name, dbkey, path</columns> - <file path="mirbase.loc" /> + <file path="tool-data/mirbase.loc" /> </table> - <!-- Locations of 2bit sequence files for use in Lastz --> <table name="mirgene" comment_char="#"> <columns>value, name</columns> - <file path="mirgene.loc" /> + <file path="tool-data/mirgene.loc" /> </table> </tables> -