changeset 18:14f83707ff0d draft

Uploaded
author estrain
date Thu, 18 Jan 2024 20:18:37 +0000
parents ae1d6750b4db
children 15a91346cff8
files tool_data_table_conf.xml.sample
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.sample	Thu Jan 18 20:18:37 2024 +0000
@@ -0,0 +1,7 @@
+<tables>
+    <!-- Locations of amrfinderplus database in the required format -->
+    <table name="mlst" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, name, path</columns>
+        <file path="tool-data/mlst.loc" />
+    </table>
+</tables>