view tool_data_table_conf.xml.sample @ 18:a7fff090dab6 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_diamond_database_builder commit 3dc5291eccd1fb516be67694c18a27bda5f69f91"
author iuc
date Wed, 08 Dec 2021 06:21:56 +0000
parents cd9e4ee63761
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="tool-data/diamond_database.loc" />
    </table>
    <!-- Locations of taxonomy data downloaded from NCBI -->
    <table name="ncbi_accession2taxid" comment_char="#">
        <columns>value, name, path</columns>
        <file path="tool-data/ncbi_accession2taxid.loc" />
    </table>
</tables>