view tool_data_table_conf.xml.test @ 0:d38f317fa9d4 draft default tip

Uploaded
author dave
date Fri, 10 Jul 2020 16:05:40 -0400
parents
children
line wrap: on
line source

<!-- Paths are relative to the value of `tool_data_path` in galaxy.ini -->
<tables>
    <!-- Locations of MAF files that have been indexed with bx-python -->
    <table name="maf_indexes">
        <columns>name, value, indexed_for, exists_in_maf, path</columns>
        <file path="${__HERE__}/test-data/maf_indexes.loc" />
    </table>
</tables>