view data_manager_conf.xml @ 0:9c4ad82be5bd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_metaphlan2_database_downloader commit 345fb7ef485456ae833be5ad2d2ce4f8765652c8
author iuc
date Sat, 04 Mar 2017 12:11:20 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<data_managers>
    <data_manager tool_file="data_manager/data_manager_metaphlan2_download.xml" id="data_manager_metaphlan2_download" >
        <data_table name="metaphlan2_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}">metaphlan2/data/${dbkey}</target>
                    </move>
                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/metaphlan2/data/${dbkey}</value_translation>
                    <value_translation type="function">abspath</value_translation>
                </column>
            </output>
        </data_table>
    </data_manager>
</data_managers>