view tool_data_table_conf.xml.sample @ 3:ff0a8cda0c0b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ensembl_vep commit 8422be820b81755f077e0d4f3631028112b4649b
author iuc
date Tue, 28 Mar 2023 12:12:20 +0000
parents 7303183cdb87
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="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>