view pyCRAC/tool_data_table_conf.xml.sample @ 1:7c9574213c0a draft default tip

Uploaded
author swebb
date Thu, 20 Jun 2013 12:13:43 -0400
parents 19b20927172d
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>