view tool_data_table_conf.xml.sample @ 1:e8510e04a86a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vcf2maf commit f2287e6aab30c72ef1334688127711fc9624352e
author iuc
date Tue, 11 Oct 2022 20:30:54 +0000
parents 2973994fecd6
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>
    <!-- Location of SAMTools indexes for FASTA files -->
    <table name="fasta_indexes" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="tool-data/fasta_indexes.loc" />
    </table>
</tables>