view tool_data_table_conf.xml.sample @ 20:9de3bbec2479 draft default tip

Uploaded
author youngkim
date Thu, 31 Mar 2016 10:10:37 -0400
parents ddfb71ec32ed
children
line wrap: on
line source

<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>