Mercurial > repos > iuc > nextalign
view tool_data_table_conf.xml.sample @ 15:41102a84e387 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
author | iuc |
---|---|
date | Sat, 08 Oct 2022 20:03:17 +0000 |
parents | 4d93e708218c |
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>