view data_manager_conf.xml @ 0:4abc306ec842 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_checkm2 commit f02ef28c39a18da4afb9148d0342244f6788485a
author iuc
date Tue, 14 Jan 2025 20:27:00 +0000
parents
children 64630d815957
line wrap: on
line source

<data_managers>
    <data_manager tool_file="data_manager/checkm2_datamanager.xml" id="checkm2_build_database">
        <data_table name="checkm2">
            <output>
                <column name="value"/>
                <column name="name"/>
                <column name="version"/>
                <column name="path" output_ref="out_file">
                    <move type="file">
                        <source>${path}</source>
                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">checkm2/${value}/${path}</target>
                    </move>
                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/checkm2/${value}/${path}</value_translation>
                    <value_translation type="function">abspath</value_translation>
                </column>
            </output>
        </data_table>
    </data_manager>
</data_managers>