view data_manager_conf.xml @ 2:5fe20c915fa6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_metaphlan_database_downloader commit 57df6e8a0ffd145e560f7c7e20cfedbbe2ce01d2
author iuc
date Tue, 28 Mar 2023 18:54:12 +0000
parents 169b08c9713c
children
line wrap: on
line source

<?xml version="1.0"?>
<data_managers>
    <data_manager tool_file="data_manager/data_manager_metaphlan_download.xml" id="data_manager_metaphlan_download">
        <data_table name="metaphlan_database_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="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}">metaphlan/data/${dbkey}</target>
                    </move>
                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/metaphlan/data/${dbkey}</value_translation>
                    <value_translation type="function">abspath</value_translation>
                </column>
                <column name="db_version"/> <!-- columns that are going to be specified by the Data Manager Tool -->
            </output>
        </data_table>
    </data_manager>
</data_managers>