Mercurial > repos > bgruening > data_manager_diamond_database_builder
view tool_data_table_conf.xml.sample @ 17:16642d2851a3 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:57:57 +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>