comparison tool_data_table_conf.xml.sample @ 2:5558f74bd296 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:34 +0000
parents ce62d0912b10
children
comparison
equal deleted inserted replaced
1:5a0d0bee4f8d 2:5558f74bd296
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>