Mercurial > repos > bgruening > data_manager_diamond_database_builder
diff 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 diff
--- a/tool_data_table_conf.xml.sample Tue Dec 03 17:39:48 2019 -0500 +++ b/tool_data_table_conf.xml.sample Sun Mar 21 12:07:34 2021 +0000 @@ -4,4 +4,9 @@ <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>