comparison tool_data_table_conf.xml.test @ 23:f12a64a8a5bb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/diamond commit 3b8d4b833ee2bd2a99b23b7389def84cd3de84cb
author iuc
date Fri, 12 Dec 2025 11:13:59 +0000
parents 33d070cbe5ee
children
comparison
equal deleted inserted replaced
22:7058b4f32f50 23:f12a64a8a5bb
1 <tables> 1 <tables>
2 <!-- Locations of all fasta files required to build Diamond databases --> 2 <table name="blastdb_p" comment_char="#">
3 <columns>value, name, path</columns>
4 <file path="${__HERE__}/test-data/blastdb_p.loc" />
5 </table>
6
3 <table name="diamond_database" comment_char="#"> 7 <table name="diamond_database" comment_char="#">
4 <columns>value, name, db_path</columns> 8 <columns>value, name, db_path</columns>
5 <file path="${__HERE__}/test-data/diamond_database.loc" /> 9 <file path="${__HERE__}/test-data/diamond_database.loc" />
6 </table> 10 </table>
11
12 <!-- Locations of taxonomy data downloaded from NCBI -->
13 <table name="ncbi_taxonomy" comment_char="#">
14 <columns>value, name, path</columns>
15 <file path="${__HERE__}/test-data/ncbi_taxonomy.loc" />
16 </table>
17
7 </tables> 18 </tables>