view tool_data_table_conf.xml.test @ 18:feb40665d7cd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e72bef3964ce9d0c52ef2713d177684dfbee4cfb
author iuc
date Wed, 31 Aug 2022 16:40:29 +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="${__HERE__}/test-data/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="${__HERE__}/test-data/nextclade.loc" />
    </table>
</tables>