view tool_data_table_conf.xml.sample @ 4:926e50397b83 default tip

Add abspath value translation to data_manager_conf.xml.
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 04 Jun 2013 14:57:33 -0400
parents 25f3d405aa01
children
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>
    <!-- Location of SAMTools indexes and other files -->
    <table name="sam_fa_indexes" comment_char="#">
        <columns>line_type, value, path</columns>
        <file path="tool-data/sam_fa_indices.loc" />
    </table>
</tables>