Mercurial > repos > iuc > bedtools
view tool_data_table_conf.xml.test @ 47:2892111d91f8 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 73ebd55430874a3c1483b6dd6cce0482175482f9
author | iuc |
---|---|
date | Fri, 21 Feb 2025 21:40:09 +0000 |
parents | 07e8b80f278c |
children |
line wrap: on
line source
<tables> <!-- 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> <!-- Locations of all gff files with annotations of genome builds --> <table name="all_gff" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="${__HERE__}/test-data/all_gff.loc" /> </table> <!-- Locations of dbkeys and len files under genome directory --> <table name="__dbkeys__" comment_char="#"> <columns>value, name, len_path</columns> <file path="${__HERE__}/test-data/dbkeys.loc" /> </table> </tables>