Mercurial > repos > jjohnson > data_manager_ucsc_twobit_index_builder
diff tool_data_table_conf.xml.sample @ 0:c26087dbccbd draft default tip
Uploaded
author | jjohnson |
---|---|
date | Fri, 05 Jul 2013 15:34:05 -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 Fri Jul 05 15:34:05 2013 -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 genome reference in the UCSC twobit format --> + <table name="twobit" comment_char="#"> + <columns>value, path</columns> + <file path="tool-data/twobit.loc" /> + </table> +</tables>