Mercurial > repos > jackcurragh > ribogalaxy_genomecov_bedtools
diff bedtools_genomecov/tool_data_table_conf.xml.sample @ 0:b63479816ebe draft
Uploaded
author | jackcurragh |
---|---|
date | Fri, 27 May 2022 10:18:31 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bedtools_genomecov/tool_data_table_conf.xml.sample Fri May 27 10:18:31 2022 +0000 @@ -0,0 +1,17 @@ +<tables> + <!-- Locations of all sam indexes under genome directory --> + <table name="fasta_indexes" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-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="tool-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="tool-data/dbkeys.loc" /> + </table> +</tables>