view data_manager_conf.xml @ 3:34b729713d0c draft default tip

planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/data_managers/data_manager_genomad commit fea5692fe5258a520e43b739c5aa4d109756123f
author ufz
date Fri, 13 Jun 2025 20:40:26 +0000
parents 75abfb03b635
children
line wrap: on
line source

<data_managers>
    <data_manager tool_file="data_manager/genomad_datamanager.xml" id="genomad_build_database">
        <data_table name="genomad">
            <output>
                <column name="value"/>
                <column name="name"/>
                <column name="path" output_ref="out_file">
                    <move type="directory">
                        <source>${path}</source>
                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">genomad_databases/${value}</target>
                    </move>
                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/genomad_databases/${value}</value_translation>
                    <value_translation type="function">abspath</value_translation>
                </column>
            </output>
        </data_table>
    </data_manager>
</data_managers>