changeset 2:c22501876284 draft

planemo upload
author leomrtns
date Tue, 17 Sep 2019 08:31:00 -0400
parents bafc2734fd41
children 841e462ac1ee
files tool_data_table_conf.xml.sample tool_data_table_conf.xml.test
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Tue Sep 17 06:49:27 2019 -0400
+++ b/tool_data_table_conf.xml.sample	Tue Sep 17 08:31:00 2019 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tables>
-    <!-- Locations of GTDB-TK database in the required format -->
+    <!-- Locations of GTDB-TK database in the required format for server -->
     <table name="gtdbtk_databases" comment_char="#" allow_duplicate_entries="False">
         <columns>value, name, path</columns>
         <file path="tool-data/gtdb_databases.loc" />
--- a/tool_data_table_conf.xml.test	Tue Sep 17 06:49:27 2019 -0400
+++ b/tool_data_table_conf.xml.test	Tue Sep 17 08:31:00 2019 -0400
@@ -1,5 +1,5 @@
 <tables>
-    <!-- Locations of ariba database in the required format -->
+    <!-- Locations of local database for testing only -->
     <table name="gtdbtk_databases" comment_char="#">
         <columns>value, name, path</columns>
         <file path="${__HERE__}/test-data/test_gtdbtk_databases.loc" />