Mercurial > repos > glogobyte > isoread
annotate tool_data_table_conf.xml.sample @ 9:1555fa94ce6b draft
Uploaded
author | glogobyte |
---|---|
date | Fri, 16 Oct 2020 19:05:32 +0000 |
parents | |
children | 66dd837b4e5c |
rev | line source |
---|---|
9 | 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="n_spiecies" comment_char="#"> | |
5 <columns>value, name, path</columns> | |
6 <file path="tool-data/n_spiecies.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="tool-data/mirgene.loc" /> | |
12 </table> | |
13 </tables> | |
14 |