Mercurial > repos > youngkim > ezbamqc
changeset 3:ddfb71ec32ed
Uploaded
author | cshl-bsr |
---|---|
date | Tue, 29 Mar 2016 15:31:11 -0400 |
parents | f98435398c1d |
children | 50a9d8992e65 |
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 Tue Mar 29 15:31:11 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