Mercurial > repos > iuc > nextalign
comparison tool_data_table_conf.xml.test @ 14:8251e0ff00f8 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:57:31 +0000 |
| parents | 30496d58ddc9 |
| children |
comparison
equal
deleted
inserted
replaced
| 13:f8bd3fca21a6 | 14:8251e0ff00f8 |
|---|---|
| 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="${__HERE__}/test-data/all_fasta.loc"/> | 5 <file path="${__HERE__}/test-data/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="${__HERE__}/test-data/nextclade.loc" /> | |
| 11 </table> | |
| 7 </tables> | 12 </tables> |
