view tool_data_table_conf.xml.sample @ 1:c5dea2080109 draft

Uploaded
author ieguinoa
date Tue, 14 Aug 2018 11:19:49 -0400
parents 6cd60ba8a842
children 3d12fd3b7cae
line wrap: on
line source

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