Mercurial > repos > bgruening > data_manager_diamond_database_builder
comparison tool_data_table_conf.xml.sample @ 16:cd9e4ee63761 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_diamond_database_builder commit 75abf7d4b23ed7ae8abce80609d81b20bc882863"
| author | iuc |
|---|---|
| date | Sun, 21 Mar 2021 12:07:05 +0000 |
| parents | 5a613b179173 |
| children |
comparison
equal
deleted
inserted
replaced
| 15:971d21ac718e | 16:cd9e4ee63761 |
|---|---|
| 2 <!-- Locations of all fasta files required to build Diamond databases --> | 2 <!-- Locations of all fasta files required to build Diamond databases --> |
| 3 <table name="diamond_database" comment_char="#"> | 3 <table name="diamond_database" comment_char="#"> |
| 4 <columns>value, name, db_path</columns> | 4 <columns>value, name, db_path</columns> |
| 5 <file path="tool-data/diamond_database.loc" /> | 5 <file path="tool-data/diamond_database.loc" /> |
| 6 </table> | 6 </table> |
| 7 <!-- Locations of taxonomy data downloaded from NCBI --> | |
| 8 <table name="ncbi_accession2taxid" comment_char="#"> | |
| 9 <columns>value, name, path</columns> | |
| 10 <file path="tool-data/ncbi_accession2taxid.loc" /> | |
| 11 </table> | |
| 7 </tables> | 12 </tables> |
