Mercurial > repos > bgruening > diamond
diff 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 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.test Mon Nov 10 15:12:32 2025 +0000 +++ b/tool_data_table_conf.xml.test Fri Dec 12 11:13:59 2025 +0000 @@ -1,7 +1,18 @@ <tables> - <!-- Locations of all fasta files required to build Diamond databases --> + <table name="blastdb_p" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/blastdb_p.loc" /> + </table> + <table name="diamond_database" comment_char="#"> <columns>value, name, db_path</columns> <file path="${__HERE__}/test-data/diamond_database.loc" /> </table> + + <!-- Locations of taxonomy data downloaded from NCBI --> + <table name="ncbi_taxonomy" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/ncbi_taxonomy.loc" /> + </table> + </tables>
