diff tool_data_table_conf.xml.sample @ 3:7075b7a5441b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/plasmidfinder commit 464661a59ed12a642d365f485a222764b55048a5
author iuc
date Thu, 02 Mar 2023 14:58:17 +0000
parents 2b6e795b22a9
children
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Fri Oct 14 22:06:51 2022 +0000
+++ b/tool_data_table_conf.xml.sample	Thu Mar 02 14:58:17 2023 +0000
@@ -1,8 +1,8 @@
-<?xml version="1.0"?>
+
 <tables>
-        <!-- Locations of plasmid database to plasmidfinder -->
-    <table name="plasmidfinder_db" comment_char="#">
-        <columns>value, name, path</columns>
-        <file path="${__HERE__}/test-data/plasmidfinder_db.loc" />
+    <!-- Locations of plasmidfinder database in the required format -->
+    <table name="plasmidfinder_database" comment_char="#">
+        <columns>value, name, date, path</columns>
+        <file path="tool-data/plasmidfinder_database.loc.sample" />
     </table>
 </tables>