diff data_manager_conf.xml @ 1:46d2e3ed9530 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/data_manager_eggnog_mapper_abspath commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
author galaxyp
date Fri, 19 Feb 2021 18:52:23 +0000
parents 48893cfa76a8
children
line wrap: on
line diff
--- a/data_manager_conf.xml	Mon Nov 11 11:47:57 2019 -0500
+++ b/data_manager_conf.xml	Fri Feb 19 18:52:23 2021 +0000
@@ -1,20 +1,12 @@
 <?xml version="1.0"?>
 <data_managers>
   <data_manager tool_file="data_manager/data_manager_eggnog.xml" id="data_manager_eggnog" >
-    <data_table name="eggnog_mapper_db">  <!-- Defines a Data Table to be modified. -->
+    <data_table name="eggnog_mapper_db_versioned">  <!-- Defines a Data Table to be modified. -->
       <output> <!-- Handle the output of the Data Manager Tool -->
         <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
         <column name="name" />  <!-- columns that are going to be specified by the Data Manager Tool -->
         <column name="path" />  <!-- Absolute path specified by the Data Manager Tool -->
-      </output>
-    </data_table>
-    <data_table name="eggnog_mapper_hmm_dbs">  <!-- Defines a Data Table to be modified. -->
-      <output> <!-- Handle the output of the Data Manager Tool -->
-        <column name="key" /> <!-- columns that are going to be specified by the Data Manager Tool -->
-        <column name="db_version" /> <!-- columns that are going to be specified by the Data Manager Tool -->
-        <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
-        <column name="name" />  <!-- columns that are going to be specified by the Data Manager Tool -->
-        <column name="path" /> <!-- columns that are going to be specified by the Data Manager Tool -->
+        <column name="version" />
       </output>
     </data_table>
   </data_manager>