Mercurial > repos > fangly > grinder
changeset 11:fa1fa683bcf1 default tip
Added tool_data_table_conf.xml.sample
author | g2cmnty |
---|---|
date | Wed, 18 Jan 2012 10:35:19 -0500 |
parents | c9fee6113b0d |
children | |
files | tool_data_table_conf.xml.sample |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Jan 18 10:35:19 2012 -0500 @@ -0,0 +1,7 @@ +<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> +</tables>