view tool_data_table_conf.xml.sample.test @ 9:04b9c519d3e1 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/goseq_1_22_0 commit 6574ffcb63770ff8de2d496894292cb7ce0492a8
author mvdbeek
date Thu, 31 Mar 2016 12:23:45 -0400
parents a6427f7893b0
children
line wrap: on
line source

<tables>
    <!-- Available organism packages and available categories for getgo tool -->
    <table name="org_names" comment_char="#">
        <columns>name, value</columns>
        <file path="${__HERE__}/test-data/org_names.loc" />
    </table>
    <table name="available_categories" comment_char="#">
        <columns>name, value, package</columns>
        <file path="${__HERE__}/test-data/available_categories.loc" />
    </table>
    <table name="available_identifiers" comment_char="#">
        <columns>name, value, package</columns>
        <file path="${__HERE__}/test-data/available_identifiers.loc" />
    </table>
</tables>