Mercurial > repos > dave > data_manager_mummer4_index_builder
diff tool_data_table_conf.xml.sample @ 0:a2a04db1bbf3 draft
Uploaded
author | dave |
---|---|
date | Thu, 24 May 2018 21:11:29 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu May 24 21:11:29 2018 -0400 @@ -0,0 +1,12 @@ +<tables> + <!-- Locations of all fasta files under genome directory --> + <table name="all_fasta" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/all_fasta.loc" /> + </table> + <!-- Locations of indexes in the BWA mapper format for BWA versions 0.6 and higher including BWA MEM and ALN--> + <table name="mummer4_indexes" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/mummer4_index.loc" /> + </table> +</tables>