Mercurial > repos > iuc > data_manager_ncbi_taxonomy_sqlite
view tool_data_table_conf.xml.test @ 3:f9650b178bfd draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_ncbi_taxonomy_sqlite/ commit 096286097ed5cdf189a1b68c3fc34d10f4142e54
author | iuc |
---|---|
date | Sun, 16 Apr 2023 08:31:02 +0000 |
parents | 7a76cd412252 |
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> <!-- Locations of SQLite format NCBI Taxonomy database --> <table name="ncbi_taxonomy_sqlite" comment_char="#"> <columns>value, description, path</columns> <file path="${__HERE__}/test-data/ncbi_taxonomy_sqlite.loc" /> </table> </tables>