Mercurial > repos > bgruening > data_manager_diamond_database_builder
view tool_data_table_conf.xml.sample @ 5:c1aaeaced1b6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_diamond_database_builder commit 09b56ef3e09ad6c5923c88616fea5cbd77d87616
author | iuc |
---|---|
date | Mon, 18 Dec 2023 09:36:21 +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="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>