view tool_data_table_conf.xml.test @ 7:7890790d2afd draft

Fully working now and improved several things
author sh477
date Tue, 01 Mar 2022 18:12:26 +0000
parents 3bd006fa2be2
children
line wrap: on
line source

<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="${__HERE__}/test-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="${__HERE__}/test-data/dbkeys.loc" />
    </table>
</tables>