Mercurial > repos > youngkim > ezbamqc
changeset 13:391ea77bd930
Uploaded
author | cshl-bsr |
---|---|
date | Wed, 30 Mar 2016 12:14:49 -0400 |
parents | bee9673b8f46 |
children | 744987262771 |
files | tool_data_table_conf.xml.sample |
diffstat | 1 files changed, 12 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 Mar 30 12:14:49 2016 -0400 @@ -0,0 +1,12 @@ +<tables>cat + <!-- Locations of gene model GTFs --> + <table name="gene_GTF_database" comment_char="#"> + <columns>value, name, dbkey, id</columns> + <file path="tool-data/cshl_geneGTF.loc" /> + </table> + <!-- Locations of rRNA BED files for BAMqc --> + <table name="rRNA_BED_database" comment_char="#"> + <columns>value, name, dbkey, id</columns> + <file path="tool-data/cshl_rRNA_BED.loc" /> + </table> +</tables> \ No newline at end of file