view tool_data_table_conf.xml.sample @ 1:3c3373dd1de4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/checkm commit a96defec82bfa9628fa821ffa6df5c68314a41d8
author iuc
date Mon, 08 Aug 2022 19:48:50 +0000
parents 21ffcb56d111
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>