Mercurial > repos > devteam > data_manager_fetch_ncbi_taxonomy
view tool_data_table_conf.xml.test @ 6:6dd9e00dea95 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_ncbi_taxonomy/ commit 3d78021971b83d585c432830cee0488ada7bd257"
author | iuc |
---|---|
date | Fri, 19 Mar 2021 21:43:42 +0000 |
parents | bdd8632fa9fb |
children |
line wrap: on
line source
<?xml version="1.0"?> <tables> <!-- 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> <table name="ncbi_accession2taxid" comment_char="#"> <columns>value, name, path</columns> <file path="${__HERE__}/test-data/ncbi_accession2taxid.loc" /> </table> </tables>