view tool_data_table_conf.xml.sample @ 0:84f6e67cbae5 draft

Initial commit - problems testing on my ram starved laptop - need to test on a bigger ram machine
author fubar
date Mon, 29 Sep 2014 20:25:10 -0400
parents
children ebadd2c92958
line wrap: on
line source

<tables>
    <!-- Locations of all fasta files under genome directory -->
    <table name="all_fasta" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="tool-data/all_fasta.loc" />
    </table>
    <!-- Locations of indexes in the BWA mapper format -->
    <table name="rnastar_indexes" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="tool-data/rnastar_index.loc" />
    </table>
</tables>