Mercurial > repos > glogobyte > isoread
changeset 33:66dd837b4e5c draft
Uploaded
author | glogobyte |
---|---|
date | Sun, 05 Dec 2021 12:19:28 +0000 |
parents | 50c8fe205a02 |
children | bb3a4324ecd0 |
files | tool_data_table_conf.xml.sample |
diffstat | 1 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Sun Dec 05 12:19:10 2021 +0000 +++ b/tool_data_table_conf.xml.sample Sun Dec 05 12:19:28 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="n_spiecies" comment_char="#"> - <columns>value, name, path</columns> - <file path="tool-data/n_spiecies.loc" /> + <table name="mirbase" comment_char="#"> + <columns>value, name, dbkey, path</columns> + <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="tool-data/mirgene.loc" /> </table> </tables> -