Mercurial > repos > iuc > data_manager_ncbi_taxonomy_sqlite
comparison tool_data_table_conf.xml.test @ 0:7a76cd412252 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_ncbi_taxonomy_sqlite/ commit bad9f3d1468b454b1ac073fa796e66b1d0164d38"
author | iuc |
---|---|
date | Tue, 21 Jul 2020 17:04:41 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7a76cd412252 |
---|---|
1 <?xml version="1.0"?> | |
2 <tables> | |
3 <!-- Locations of taxonomy data downloaded from NCBI --> | |
4 <table name="ncbi_taxonomy" comment_char="#"> | |
5 <columns>value, name, path</columns> | |
6 <file path="${__HERE__}/test-data/ncbi_taxonomy.loc" /> | |
7 </table> | |
8 <!-- Locations of SQLite format NCBI Taxonomy database --> | |
9 <table name="ncbi_taxonomy_sqlite" comment_char="#"> | |
10 <columns>value, description, path</columns> | |
11 <file path="${__HERE__}/test-data/ncbi_taxonomy_sqlite.loc" /> | |
12 </table> | |
13 </tables> |