view pyCRAC/tool_data_table_conf.xml.sample @ 0:19b20927172d draft

Uploaded
author swebb
date Tue, 18 Jun 2013 09:11:00 -0400
parents
children
line wrap: on
line source

<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc-->
<tables>
    <!-- Locations of default fasta files for pycrac -->
    <table name="pycrac_fasta">
        <columns>name, value</columns>
        <file path="tool-data/pyCRAC/pycrac.fasta.loc" />
    </table>
    <!-- Locations of default gtf files for pycrac -->
    <table name="pycrac_gtf">
        <columns>name, value</columns>
        <file path="tool-data/pyCRAC/pycrac.gtf.loc" />
    </table>
    <!-- Locations of default tab files for pycrac -->
    <table name="pycrac_tab">
        <columns>name, value</columns>
        <file path="tool-data/pyCRAC/pycrac.tab.loc" />
    </table>
    <!-- Locations of default chrom length files for pycrac -->
    <table name="pycrac_chr">
        <columns>name, value</columns>
        <file path="tool-data/pyCRAC/pycrac.chr.loc" />
    </table>
</tables>