comparison tool_data_table_conf.xml.test @ 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 5a0d0bee4f8d
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="${__HERE__}/test-data/diamond_database.loc" /> 5 <file path="${__HERE__}/test-data/diamond_database.loc" />
6 </table> 6 </table>
7 <table name="ncbi_accession2taxid" comment_char="#">
8 <columns>value, name, path</columns>
9 <file path="${__HERE__}/test-data/ncbi_accession2taxid.loc" />
10 </table>
7 </tables> 11 </tables>