Mercurial > repos > iuc > vcf2maf
view tool_data_table_conf.xml.sample @ 0:2973994fecd6 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vcf2maf commit 30046d5e0df4d80ac687edd03cf44b2afaa04550
author | iuc |
---|---|
date | Tue, 28 Jun 2022 21:07:04 +0000 |
parents | |
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>