Mercurial > repos > iuc > nextclade
comparison tool_data_table_conf.xml.sample @ 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 |
comparison
equal
deleted
inserted
replaced
| 15:309c0899cd39 | 16:ae29ea21e448 |
|---|---|
| 2 <!-- Locations of all fasta files under genome directory --> | 2 <!-- Locations of all fasta files under genome directory --> |
| 3 <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> | 3 <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> |
| 4 <columns>value, dbkey, name, path</columns> | 4 <columns>value, dbkey, name, path</columns> |
| 5 <file path="all_fasta.loc" /> | 5 <file path="all_fasta.loc" /> |
| 6 </table> | 6 </table> |
| 7 <table name="nextclade" comment_char="#" allow_duplicate_entries="False"> | |
| 8 <!-- min_nextclade_version is the minimum nextclade tool version that is needed to read the nextclade data --> | |
| 9 <columns>value, database_name, description, min_nextclade_version, date, path</columns> | |
| 10 <file path="tool-data/nextclade.loc" /> | |
| 11 </table> | |
| 7 </tables> | 12 </tables> |
