Mercurial > repos > jjohnson > snpeff
annotate tool_data_table_conf.xml.sample @ 18:36f3c82323e6
Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Tue, 13 Jan 2015 13:36:11 -0600 |
parents | 4be8e0068bc3 |
children | bb0797deab78 |
rev | line source |
---|---|
0 | 1 <tables> |
18
36f3c82323e6
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:
13
diff
changeset
|
2 <table name="snpeffv_databases" comment_char="#"> |
36f3c82323e6
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:
13
diff
changeset
|
3 <columns>key, version, value, name</columns> |
36f3c82323e6
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:
13
diff
changeset
|
4 <file path="tool-data/snpeffv_databases.loc" /> |
0 | 5 </table> |
18
36f3c82323e6
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:
13
diff
changeset
|
6 <table name="snpeffv_genomedb" comment_char="#"> |
36f3c82323e6
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:
13
diff
changeset
|
7 <columns>key, version, value, name, path</columns> |
36f3c82323e6
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:
13
diff
changeset
|
8 <file path="tool-data/snpeffv_genomedb.loc" /> |
0 | 9 </table> |
18
36f3c82323e6
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:
13
diff
changeset
|
10 <table name="snpeffv_regulationdb" comment_char="#"> |
36f3c82323e6
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:
13
diff
changeset
|
11 <columns>key, version, genome, value, name</columns> |
36f3c82323e6
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:
13
diff
changeset
|
12 <file path="tool-data/snpeffv_regulationdb.loc" /> |
0 | 13 </table> |
18
36f3c82323e6
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:
13
diff
changeset
|
14 <table name="snpeffv_annotations" comment_char="#"> |
36f3c82323e6
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:
13
diff
changeset
|
15 <columns>key, version, genome, value, name</columns> |
36f3c82323e6
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:
13
diff
changeset
|
16 <file path="tool-data/snpeffv_annotations.loc" /> |
5
8952990fcab9
Update to snpEff version 3.4 and add data managers to download snpEff genome reference databases
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
17 </table> |
0 | 18 </tables> |
19 |