Mercurial > repos > jjohnson > star_fusion
diff tool_data_table_conf.xml.sample @ 0:5ff7593a7220 draft
Uploaded
author | jjohnson |
---|---|
date | Wed, 04 Oct 2017 15:23:36 -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 Wed Oct 04 15:23:36 2017 -0400 @@ -0,0 +1,11 @@ +<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> + <table name="ctat_resource" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/ctat_resource.loc" /> + </table> +</tables>