Mercurial > repos > iuc > data_manager_humann2_database_downloader
view data_manager_conf.xml @ 1:1316375a8cbb draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/data_managers/data_manager_humann2_database_downloader commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
author | iuc |
---|---|
date | Mon, 13 Mar 2017 12:34:20 -0400 |
parents | 048593e41359 |
children |
line wrap: on
line source
<?xml version="1.0"?> <data_managers> <data_manager tool_file="data_manager/data_manager_humann2_download.xml" id="data_manager_humann2_download" > <data_table name="humann2_nucleotide_database"> <!-- 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="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="path" output_ref="out_file" > <move type="directory"> <source>${path}</source> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">humann2/data/nucleotide_database/${dbkey}</target> </move> <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/humann2/data/nucleotide_database/${dbkey}</value_translation> </column> </output> </data_table> <data_table name="humann2_protein_database"> <!-- 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="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="path" output_ref="out_file" > <move type="directory"> <source>${path}</source> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">humann2/data/protein_database/${dbkey}</target> </move> <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/humann2/data/protein_database/${dbkey}</value_translation> </column> </output> </data_table> </data_manager> </data_managers>