Mercurial > repos > iuc > data_manager_vep_cache_downloader
comparison tool_data_table_conf.xml.test @ 0:1439dface5bf draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vep_cache_downloader commit 2db33cd5bcf5e2d7e3a43f11855c4cfc3b1b9f56
author | iuc |
---|---|
date | Wed, 11 May 2022 13:03:06 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1439dface5bf |
---|---|
1 <tables> | |
2 <!-- Table of installed versioned vep cache data --> | |
3 <table name="vep_versioned_annotation_cache" comment_char="#"> | |
4 <columns>value, dbkey, version, cachetype, name, species, path</columns> | |
5 <file path="${__HERE__}/test-data/vep_versioned_annotation_cache.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> |