Mercurial > repos > pimarin > recentrifuge
diff tool_data_table_conf.xml.sample @ 4:512dc05a0e5a draft
"planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/recentrifuge commit 0bff76499478da0f47e93e02542414d6a2aa8077"
author | pimarin |
---|---|
date | Wed, 18 May 2022 09:28:48 +0000 |
parents | e5474449c35d |
children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Wed Apr 06 14:54:52 2022 +0000 +++ b/tool_data_table_conf.xml.sample Wed May 18 09:28:48 2022 +0000 @@ -1,7 +1,8 @@ <?xml version="1.0"?> <tables> - <table name="rcf_database" comment_char="#"> - <columns>value, name, dbkey, path</columns> - <file path="tool-data/rcf_database.loc.sample" /> + <!-- Locations of taxonomy data downloaded from NCBI --> + <table name="ncbi_taxonomy" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/ncbi_taxonomy.loc" /> </table> </tables>