view data_manager_conf.xml @ 1:50f4ff01d845 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_deeparg commit 71ee1813e65704528b3d3f9f8b12fa11ea760fee
author iuc
date Tue, 11 Mar 2025 13:04:13 +0000
parents 4a72de3780aa
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>