Mercurial > repos > sh477 > data_manager_vep_cache_downloader
annotate tool_data_table_conf.xml.test @ 6:3bd006fa2be2 draft
Renamed sample and test files, finally it is working
author | sh477 |
---|---|
date | Mon, 28 Feb 2022 14:42:50 +0000 |
parents | |
children | 7890790d2afd |
rev | line source |
---|---|
6 | 1 <tables> |
2 <!-- Table of installed versioned vep cache data --> | |
3 <table name="vep_versioned_caches" comment_char="#"> | |
4 <columns>value, dbkey, version, cachetype, name, path</columns> | |
5 <file path="${__HERE__}/test-data/vep_versioned_caches.loc" /> | |
6 </table> | |
7 <!-- Locations of dbkeys and len files under genome directory --> | |
8 <table name="__dbkeys__" comment_char="#"> | |
9 <columns>value, name, len_path</columns> | |
10 <file path="${__HERE__}/test-data/dbkeys.loc" /> | |
11 </table> | |
12 </tables> |