Mercurial > repos > greg > data_manager_malt_index_builder
annotate tool_data_table_conf.xml.test @ 1:787f1ca9045a draft default tip
Uploaded
author | greg |
---|---|
date | Wed, 13 Oct 2021 20:12:48 +0000 |
parents | d69ebf52c233 |
children |
rev | line source |
---|---|
0 | 1 <tables> |
2 <!-- Location of index files for malt_build version 0.5.3 and higher --> | |
3 <table name="malt_indices" comment_char="#"> | |
4 <columns>value, dbkey, name, path</columns> | |
5 <file path="${__HERE__}/test-data/malt_indices.loc" /> | |
6 </table> | |
7 <!-- Locations of all fasta files under genome directory --> | |
8 <table name="all_fasta" comment_char="#"> | |
9 <columns>value, dbkey, name, path</columns> | |
10 <file path="${__HERE__}/test-data/all_fasta.loc" /> | |
11 </table> | |
12 </tables> |