1
|
1 <tables>
|
|
2 <!-- Locations of all fasta files under genome directory -->
|
|
3 <table name="all_fasta" comment_char="#">
|
|
4 <columns>value, dbkey, name, path</columns>
|
|
5 <file path="${__HERE__}/test-data/all_fasta.loc" />
|
|
6 </table>
|
|
7 <!-- Location of dnaprints files for vsnp_dnaprints version 1.0.0 -->
|
|
8 <table name="vsnp_dnaprints" comment_char="#">
|
|
9 <columns>value, name, path, description</columns>
|
|
10 <file path="${__HERE__}/test-data/vsnp_dnaprints.loc" />
|
|
11 </table>
|
|
12 </tables>
|