view tool_data_table_conf.xml.test @ 3:431198ad8a09 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_diamond_database_builder commit f5291349bd7c5ebb3313ff31372993a3650eb88c"
author iuc
date Tue, 07 Dec 2021 13:58:28 +0000
parents 5558f74bd296
children
line wrap: on
line source

<tables>
    <!-- Locations of all fasta files required to build Diamond databases -->
    <table name="diamond_database" comment_char="#">
        <columns>value, name, db_path</columns>
        <file path="${__HERE__}/test-data/diamond_database.loc" />
    </table>
    <table name="ncbi_accession2taxid" comment_char="#">
        <columns>value, name, path</columns>
        <file path="${__HERE__}/test-data/ncbi_accession2taxid.loc" />
    </table>
</tables>