view tool_data_table_conf.xml.sample @ 2:3693acdbf0d6 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/checkm commit 3ae2bd72f789518e95ef65b97e0e5ac90165e113
author iuc
date Mon, 02 Sep 2024 13:50:42 +0000
parents b39999cdbf21
children
line wrap: on
line source

<tables>
    <table name="life_taxons" comment_char="#">
        <columns>value, name</columns>
        <file path="tool-data/life.loc" />
    </table>
    <table name="domain_taxons" comment_char="#">
        <columns>value, name</columns>
        <file path="tool-data/domain.loc" />
    </table>
    <table name="phylum_taxons" comment_char="#">
        <columns>value, name</columns>
        <file path="tool-data/phylum.loc" />
    </table>
    <table name="order_taxons" comment_char="#">
        <columns>value, name</columns>
        <file path="tool-data/order.loc" />
    </table>
    <table name="family_taxons" comment_char="#">
        <columns>value, name</columns>
        <file path="tool-data/family.loc" />
    </table>
    <table name="genus_taxons" comment_char="#">
        <columns>value, name</columns>
        <file path="tool-data/genus.loc" />
    </table>
    <table name="species_taxons" comment_char="#">
        <columns>value, name</columns>
        <file path="tool-data/species.loc" />
    </table>
</tables>