Mercurial > repos > iuc > nextclade
diff tool_data_table_conf.xml.test @ 16:ae29ea21e448 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
| author | iuc |
|---|---|
| date | Thu, 04 Aug 2022 06:56:46 +0000 |
| parents | 919cc9dc23f0 |
| children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.test Mon Mar 21 22:08:44 2022 +0000 +++ b/tool_data_table_conf.xml.test Thu Aug 04 06:56:46 2022 +0000 @@ -4,4 +4,9 @@ <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>
