Mercurial > repos > glogobyte > armdb
annotate tool_data_table_conf.xml.sample @ 6:668af099b77f draft
Uploaded
author | glogobyte |
---|---|
date | Fri, 16 Oct 2020 18:48:16 +0000 |
parents | |
children | 3e61c495f8ad |
rev | line source |
---|---|
6 | 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--> |
2 <tables> | |
3 <!-- Locations of 2bit sequence files for use in Lastz --> | |
4 <table name="mirbase" comment_char="#"> | |
5 <columns>value, name, dbkey, path</columns> | |
6 <file path="mirbase.loc" /> | |
7 </table> | |
8 <!-- Locations of 2bit sequence files for use in Lastz --> | |
9 <table name="mirgene" comment_char="#"> | |
10 <columns>value, name</columns> | |
11 <file path="mirgene.loc" /> | |
12 </table> | |
13 </tables> | |
14 |