view tool_data_table_conf.xml.sample @ 5:78bcf4ac437c

Use tool_data_table with key and version columns added to allow for multiple versions in a .loc file
author Jim Johnson <jj@umn.edu>
date Tue, 13 Jan 2015 12:54:20 -0600
parents c6769a700e55
children
line wrap: on
line source

<tables>
    <table name="snpeffv_genomedb" comment_char="#">
        <columns>key, version, value, name, path</columns>
        <file path="tool-data/snpeffv_genomedb.loc" />
    </table>
    <table name="snpeffv_regulationdb" comment_char="#">
        <columns>key, version, genome, value, name</columns>
        <file path="tool-data/snpeffv_regulationdb.loc" />
    </table>
    <table name="snpeffv_annotations" comment_char="#">
        <columns>key, version, genome, value, name</columns>
        <file path="tool-data/snpeffv_annotations.loc" />
    </table>
    <table name="snpeffv_databases" comment_char="#">
        <columns>key, version, value, name</columns>
        <file path="tool-data/snpeffv_databases.loc" />
    </table>
</tables>