view tool_data_table_conf.xml.test @ 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 versioned vep cache data for testing -->
    <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 all sam indexes under genome directory -->
    <table name="fasta_indexes" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="${__HERE__}/test-data/fasta_indexes.loc" />
    </table>
</tables>