view tool_data_table_conf.xml.sample @ 5:b79c65c90744 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/goseq_1_22_0 commit 81aedf1b50849160f6c048c0da4bb1038bb813a5
author mvdbeek
date Sun, 28 Feb 2016 11:52:10 -0500
parents a6427f7893b0
children 04b9c519d3e1
line wrap: on
line source

<tables>
    <!-- Location of Picard dict file and other files -->
    <table name="go_genomes" comment_char="#">
        <columns>value, name</columns>
        <file path="${__HERE__}/test-data/genomes.loc" />
    </table>
    <table name="go_gene_ids" comment_char="#">
        <columns>value, name</columns>
        <file path="${__HERE__}/test-data/gene_ids.loc" />
    </table>
</tables>