Mercurial > repos > jackcurragh > ribogalaxy_genomecov_bedtools
view bedtools_genomecov/tool_data_table_conf.xml.test @ 4:d0638e3b9667 draft default tip
Uploaded
author | jackcurragh |
---|---|
date | Fri, 27 May 2022 11:56:12 +0000 |
parents | b63479816ebe |
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>