Mercurial > repos > jjohnson > data_manager_snpeff
annotate tool_data_table_conf.xml.sample @ 6:a329eda0cdff draft default tip
Uploaded
author | jjohnson |
---|---|
date | Wed, 09 Dec 2015 13:49:55 -0500 |
parents | 78bcf4ac437c |
children |
rev | line source |
---|---|
0 | 1 <tables> |
5
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
2 <table name="snpeffv_genomedb" comment_char="#"> |
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
3 <columns>key, version, value, name, path</columns> |
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
4 <file path="tool-data/snpeffv_genomedb.loc" /> |
0 | 5 </table> |
5
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
6 <table name="snpeffv_regulationdb" comment_char="#"> |
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
7 <columns>key, version, genome, value, name</columns> |
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
8 <file path="tool-data/snpeffv_regulationdb.loc" /> |
0 | 9 </table> |
5
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
10 <table name="snpeffv_annotations" comment_char="#"> |
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
11 <columns>key, version, genome, value, name</columns> |
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
12 <file path="tool-data/snpeffv_annotations.loc" /> |
0 | 13 </table> |
5
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
14 <table name="snpeffv_databases" comment_char="#"> |
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
15 <columns>key, version, value, name</columns> |
78bcf4ac437c
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
16 <file path="tool-data/snpeffv_databases.loc" /> |
0 | 17 </table> |
18 </tables> | |
19 |