comparison tool_data_table_conf.xml.sample @ 15:3e61c495f8ad draft

Uploaded
author glogobyte
date Sun, 05 Dec 2021 12:21:55 +0000
parents 668af099b77f
children
comparison
equal deleted inserted replaced
14:3047042b47fe 15:3e61c495f8ad
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 -->
4 <table name="mirbase" comment_char="#"> 3 <table name="mirbase" comment_char="#">
5 <columns>value, name, dbkey, path</columns> 4 <columns>value, name, dbkey, path</columns>
6 <file path="mirbase.loc" /> 5 <file path="tool-data/mirbase.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="mirgene.loc" /> 9 <file path="tool-data/mirgene.loc" />
12 </table> 10 </table>
13 </tables> 11 </tables>
14