view data_manager_conf.xml @ 2:c5511a9b1442 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_deeparg commit 14197849a9bdc4a4907eeb61191e4d437f44de99
author iuc
date Thu, 03 Jul 2025 15:34:06 +0000
parents 50f4ff01d845
children
line wrap: on
line source

<?xml version="1.0"?>
<data_managers>
    <data_manager tool_file="data_manager/data_manager_deeparg.xml" id="data_manager_deeparg">
        <data_table name="deeparg">  <!-- 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" output_ref="out_file">
                    <move type="directory">
                        <source>${path}</source>
                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">deeparg/${path}</target>
                    </move>
                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/deeparg/${path}</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>