changeset 12:9ff85e06270f draft

Uploaded
author p.lucas
date Tue, 28 May 2024 13:05:41 +0000
parents 833ace639652
children cd3db2d35242
files tool_data_table_conf.xml.test
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.test	Tue May 28 13:05:41 2024 +0000
@@ -0,0 +1,7 @@
+<tables>
+    <!-- Locations of all fasta files required to build Diamond databases -->
+    <table name="diamond_database" comment_char="#">
+        <columns>value, name, db_path</columns>
+        <file path="${__HERE__}/test-data/diamond_database.loc" />
+    </table>
+</tables>