view tool_data_table_conf.xml.sample @ 20:4f6349228462 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit bc6ba57599c6516bd728e7311ba0a53188622edf
author iuc
date Thu, 14 Mar 2024 13:26:08 +0000
parents 07ab9bd68a02
children
line wrap: on
line source

<tables>
    <!-- Locations of all fasta files under genome directory -->
    <table name="all_fasta" comment_char="#" allow_duplicate_entries="False">
        <columns>value, dbkey, name, path</columns>
        <file path="all_fasta.loc" />
    </table>
    <table name="nextclade" comment_char="#" allow_duplicate_entries="False">
        <!-- min_nextclade_version is the minimum nextclade tool version that is needed to read the nextclade data -->
        <columns>value, database_name, description, min_nextclade_version, date, path</columns>
        <file path="tool-data/nextclade.loc" />
    </table>
</tables>