view data_manager_conf.xml @ 6:f9a82acae09e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_build_coreprofiler commit d4c7bfd623ecf2599435c71353052359a5ec63d2
author iuc
date Fri, 06 Feb 2026 11:08:48 +0000
parents a1e8960e1629
children
line wrap: on
line source

<?xml version="1.0"?>
<data_managers>
    <data_manager tool_file="data_manager/data_manager_build_coreprofiler_download.xml" id="data_manager_build_coreprofiler_download">
        <data_table name="coreprofiler_versioned_scheme">  <!-- 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="tool_version"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
                <column name="database"/>  <!-- 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}">coreprofiler/${path}</target>
                    </move>
                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/coreprofiler/${path}</value_translation>
                    <value_translation type="function">abspath</value_translation>
                </column>
                <column name="db_path"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
                <column name="scheme_path"/>  <!-- columns that are going to be specified by the Data Manager Tool -->
            </output>
        </data_table>
    </data_manager>
</data_managers>