diff tool_data_table_conf.xml.sample @ 2:4e478a5f2742 draft

planemo upload commit c9db1bf13e663b9e2122fc610007679a2f117aa6-dirty
author thanhlv
date Sun, 08 Sep 2019 16:16:50 -0400
parents 42806c5a342d
children
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Tue Jun 25 11:09:37 2019 -0400
+++ b/tool_data_table_conf.xml.sample	Sun Sep 08 16:16:50 2019 -0400
@@ -1,7 +1,8 @@
+<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc-->
 <tables>
-    <!-- Locations of ariba database in the required format -->
-    <table name="ariba_databases" comment_char="#" allow_duplicate_entries="False">
-        <columns>value, name, path</columns>
-        <file path="tool-data/snippy.loc" />
+    <!-- Locations of all fasta files under genome directory -->
+    <table name="all_fasta" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/all_fasta.loc" />
     </table>
-</tables>
\ No newline at end of file
+</tables>