Mercurial > repos > iuc > clair3
view tool_data_table_conf.xml.test @ 4:c9218b9dc7f0 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clair3 commit ccc78578217953c215252489b28527182d7c9510
author | iuc |
---|---|
date | Wed, 19 Feb 2025 16:19:04 +0000 |
parents | 3843a30053ee |
children |
line wrap: on
line source
<?xml version="1.0"?> <tables> <!-- Locations of model folders --> <table name="clair3_models" comment_char="#"> <columns>value, name, platform, path, source</columns> <file path="${__HERE__}/test-data/clair3_models.loc" /> </table> <!-- Locations of reference genome files in fasta format --> <table name="all_fasta" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="${__HERE__}/test-data/all_fasta.loc" /> </table> </tables>