view tool_data_table_conf.xml.test @ 24:51128934680a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/diamond commit 682867dd567495d8dd3335b9c3e5f2eda52376ae
author iuc
date Fri, 12 Dec 2025 11:34:20 +0000
parents f12a64a8a5bb
children
line wrap: on
line source

<tables>
    <table name="blastdb_p" comment_char="#">
        <columns>value, name, path</columns>
        <file path="${__HERE__}/test-data/blastdb_p.loc" />
    </table>

    <table name="diamond_database" comment_char="#">
        <columns>value, name, db_path</columns>
        <file path="${__HERE__}/test-data/diamond_database.loc" />
    </table>

    <!-- Locations of taxonomy data downloaded from NCBI -->
    <table name="ncbi_taxonomy" comment_char="#">
        <columns>value, name, path</columns>
        <file path="${__HERE__}/test-data/ncbi_taxonomy.loc" />
    </table>
    
</tables>