Mercurial > repos > iuc > artic_guppyplex
view tool_data_table_conf.xml.sample @ 6:c23737f9714f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 03d00ec10ba919fd8bac8d28f9b2b1e170fb3f55
| author | iuc |
|---|---|
| date | Mon, 23 Jun 2025 07:35:42 +0000 |
| parents | 76d6358f71b7 |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tables> <!-- Locations of primer scheme bedfiles in the required format --> <table name="primer_scheme_bedfiles" comment_char="#" allow_duplicate_entries="False"> <columns>value, description, path</columns> <file path="tool-data/primer_scheme_bedfiles.loc" /> </table> <!-- Locations of reference fasta files --> <table name="all_fasta" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="tool-data/all_fasta.loc" /> </table> <table name="model" comment_char="#"> <columns>value, platform, sha256, path, source</columns> <file path="tool-data/model.loc" /> </table> </tables>
