Mercurial > repos > bgruening > data_manager_diamond_database_builder
view tool_data_table_conf.xml.sample @ 2:5558f74bd296 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_diamond_database_builder commit 75abf7d4b23ed7ae8abce80609d81b20bc882863"
author | iuc |
---|---|
date | Sun, 21 Mar 2021 12:07:34 +0000 |
parents | ce62d0912b10 |
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>