Mercurial > repos > glogobyte > isoread
comparison tool_data_table_conf.xml.sample @ 33:66dd837b4e5c draft
Uploaded
author | glogobyte |
---|---|
date | Sun, 05 Dec 2021 12:19:28 +0000 |
parents | 1555fa94ce6b |
children |
comparison
equal
deleted
inserted
replaced
32:50c8fe205a02 | 33:66dd837b4e5c |
---|---|
1 <!-- 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--> | 1 <!-- Paths are relative to the value of `tool_data_path` in galaxy.ini --> |
2 <tables> | 2 <tables> |
3 <!-- Locations of 2bit sequence files for use in Lastz --> | 3 <table name="mirbase" comment_char="#"> |
4 <table name="n_spiecies" comment_char="#"> | 4 <columns>value, name, dbkey, path</columns> |
5 <columns>value, name, path</columns> | 5 <file path="tool-data/mirbase.loc" /> |
6 <file path="tool-data/n_spiecies.loc" /> | |
7 </table> | 6 </table> |
8 <!-- Locations of 2bit sequence files for use in Lastz --> | |
9 <table name="mirgene" comment_char="#"> | 7 <table name="mirgene" comment_char="#"> |
10 <columns>value, name</columns> | 8 <columns>value, name</columns> |
11 <file path="tool-data/mirgene.loc" /> | 9 <file path="tool-data/mirgene.loc" /> |
12 </table> | 10 </table> |
13 </tables> | 11 </tables> |
14 |