0
|
1 <tables>
|
|
2 <!-- Locations of all sam indexes under genome directory -->
|
|
3 <table name="fasta_indexes" comment_char="#">
|
|
4 <columns>value, dbkey, name, path</columns>
|
|
5 <file path="tool-data/fasta_indexes.loc" />
|
|
6 </table>
|
|
7 <!-- Locations of all gff files with annotations of genome builds -->
|
|
8 <table name="all_gff" comment_char="#">
|
|
9 <columns>value, dbkey, name, path</columns>
|
|
10 <file path="tool-data/all_gff.loc" />
|
|
11 </table>
|
|
12 <!-- Locations of dbkeys and len files under genome directory -->
|
|
13 <table name="__dbkeys__" comment_char="#">
|
|
14 <columns>value, name, len_path</columns>
|
|
15 <file path="tool-data/dbkeys.loc" />
|
|
16 </table>
|
|
17 </tables>
|