Mercurial > repos > devteam > data_manager_fetch_ncbi_taxonomy
view tool_data_table_conf.xml.test @ 7:34a5799a65fa draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_ncbi_taxonomy/ commit a54e50916ebdb0858b049cdc549a43df801e1a71
author | iuc |
---|---|
date | Tue, 21 May 2024 07:36:09 +0000 |
parents | 6dd9e00dea95 |
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>