Mercurial > repos > sh477 > ensembl_vep
diff tool_data_table_conf.xml.sample @ 2:0f4f67891031 draft default tip
Uploaded
| author | sh477 |
|---|---|
| date | Wed, 06 Apr 2022 16:26:36 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Apr 06 16:26:36 2022 +0000 @@ -0,0 +1,12 @@ +<tables> + <!-- Table of installed versioned vep cache data --> + <table name="vep_versioned_annotation_cache" comment_char="#"> + <columns>value, dbkey, version, cachetype, name, species, path</columns> + <file path="tool-data/vep_versioned_annotation_cache.loc" /> + </table> + <!-- Locations of dbkeys and len files under genome directory --> + <table name="__dbkeys__" comment_char="#"> + <columns>value, name, len_path</columns> + <file path="tool-data/dbkeys.loc" /> + </table> +</tables> \ No newline at end of file
