view tool_data_table_conf.xml.test @ 2:ee917702dbd8 draft

v0.0.7, support GALAXY_SLOTS etc
author peterjc
date Mon, 10 Sep 2018 09:16:13 -0400
parents 18fe33eb7775
children d4111d1de76f
line wrap: on
line source

<?xml version="1.0"?>
<tables>
    <!-- Locations of Kraken databases -->
    <!-- This is intended to match the devteam/kraken suite -->
    <table name="kraken_databases" comment_char="#">
        <columns>value, name, path</columns>
        <file path="${__HERE__}/test-data/kraken_databases.loc" />
    </table>
    <!-- Locations of Kaiju databses -->
    <!-- This is intended to match any kaiju-only wrapper -->
    <table name="kaiju_databases" comment_char="#">
        <columns>value, name, path</columns>
        <file path="${__HERE__}/test-data/kaiju_databases.loc" />
    </table>
</tables>