Mercurial > repos > jjohnson > data_manager_eggnog_mapper_abspath
view data_manager_conf.xml @ 2:777c678a63c8 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/data_manager_eggnog_mapper_abspath commit 288c3043b10594647e9f6e5de56bf98a38779f75-dirty
author | jjohnson |
---|---|
date | Fri, 08 Nov 2019 14:32:05 -0500 |
parents | d4e2e8176db8 |
children |
line wrap: on
line source
<?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. --> <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 --> </output> </data_table> </data_manager> </data_managers>