comparison bedtools_genomecov/tool_data_table_conf.xml.test @ 2:3aa9416cc3b3 draft

Uploaded
author jackcurragh
date Fri, 27 May 2022 11:33:45 +0000
parents b63479816ebe
children
comparison
equal deleted inserted replaced
1:79c0c6042954 2:3aa9416cc3b3
1 <tables>
2 <!-- Locations of all sam indexes under genome directory -->
3 <table name="fasta_indexes" comment_char="#">
4 <columns>value, dbkey, name, path</columns>
5 <file path="${__HERE__}/test-data/fasta_indexes.loc" />
6 </table>
7 <!-- Locations of all gff files with annotations of genome builds -->
8 <table name="all_gff" comment_char="#">
9 <columns>value, dbkey, name, path</columns>
10 <file path="${__HERE__}/test-data/all_gff.loc" />
11 </table>
12 <!-- Locations of dbkeys and len files under genome directory -->
13 <table name="__dbkeys__" comment_char="#">
14 <columns>value, name, len_path</columns>
15 <file path="${__HERE__}/test-data/dbkeys.loc" />
16 </table>
17 </tables>