Mercurial > repos > iuc > nextalign
comparison tool_data_table_conf.xml.sample @ 14:4d93e708218c 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:59:23 +0000 |
parents | d1dd7d1b07f6 |
children |
comparison
equal
deleted
inserted
replaced
13:e5ed60c823a7 | 14:4d93e708218c |
---|---|
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> |