Mercurial > repos > iuc > vcf2maf
diff tool_data_table_conf.xml.test @ 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Tue Jun 28 21:07:04 2022 +0000 @@ -0,0 +1,12 @@ +<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> \ No newline at end of file