comparison data_manager_conf.xml @ 3:b711f5b6bd44 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:54:00 +0000
parents 269f0970d762
children
comparison
equal deleted inserted replaced
2:2aec8d30ff42 3:b711f5b6bd44
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <data_managers> 2 <data_managers>
3 <data_manager tool_file="data_manager/data_manager_eggnog.xml" id="data_manager_eggnog" > 3 <data_manager tool_file="data_manager/data_manager_eggnog.xml" id="data_manager_eggnog" >
4 <data_table name="eggnog_mapper_db"> <!-- Defines a Data Table to be modified. --> 4 <data_table name="eggnog_mapper_db_versioned"> <!-- Defines a Data Table to be modified. -->
5 <output> <!-- Handle the output of the Data Manager Tool --> 5 <output> <!-- Handle the output of the Data Manager Tool -->
6 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> 6 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
7 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> 7 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
8 <column name="path" /> <!-- Absolute path specified by the Data Manager Tool --> 8 <column name="path" /> <!-- Absolute path specified by the Data Manager Tool -->
9 <column name="version" />
9 </output> 10 </output>
10 </data_table> 11 </data_table>
11 </data_manager> 12 </data_manager>
12 </data_managers> 13 </data_managers>