annotate tool_data_table_conf.xml.sample @ 9:532a336a14c1
default tip
Need all_fasta.loc for cummerbund
author |
Jim Johnson <jj@umn.edu> |
date |
Mon, 13 Oct 2014 09:39:39 -0500 |
parents |
fbbbc9fd8fb9 |
children |
|
rev |
line source |
5
|
1 <tables>
|
9
|
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="tool-data/all_fasta.loc" />
|
|
6 </table>
|
8
|
7 <table name="fasta_indexes" comment_char="#">
|
5
|
8 <columns>value, dbkey, name, path</columns>
|
8
|
9 <file path="tool-data/fasta_indexes.loc" />
|
5
|
10 </table>
|
|
11 </tables>
|