view tool_data_table_conf.xml.test @ 3:3843a30053ee draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clair3 commit 79c3c1123428c177bf4a8c38260232810457845d
author iuc
date Mon, 09 Sep 2024 09:10:43 +0000
parents 44f6ec903688
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</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>