Mercurial > repos > iuc > clair3
view tool_data_table_conf.xml.test @ 1:bd1bbbf7d9b2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clair3 commit fa0f3ca0b9b305a017bb37e43fe9b9a897a1149c
| author | iuc |
|---|---|
| date | Tue, 30 Jul 2024 14:23:25 +0000 |
| parents | a412acb452ea |
| children | 44914678d18f |
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</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, name, path</columns> <file path="${__HERE__}/test-data/all_fasta.loc" /> </table> </tables>
