Mercurial > repos > jjohnson > snpeff
annotate tool_data_table_conf.xml.sample @ 23:924af057bbca draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
author | jjohnson |
---|---|
date | Sat, 09 Apr 2016 11:51:40 -0400 |
parents | bb0797deab78 |
children |
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_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
|
3 <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
|
4 <file path="tool-data/snpeffv_genomedb.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_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
|
7 <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
|
8 <file path="tool-data/snpeffv_regulationdb.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_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
|
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_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
|
13 </table> |
22 | 14 <table name="snpeffv_databases" comment_char="#"> |
15 <columns>key, version, value, name</columns> | |
16 <file path="tool-data/snpeffv_databases.loc" /> | |
17 </table> | |
0 | 18 </tables> |
19 |