view data_manager_conf.xml @ 3:38d9721a5251 draft

planemo upload for repository https://github.com/zipho/data_manager_novocraft_index_builder commit 11fbf06ecdd7b4727cbde5d0e35e8818eaac0990
author sanbi-uwc
date Fri, 04 Mar 2016 09:24:47 -0500
parents 6cddc1a6e282
children c276a826fc4b
line wrap: on
line source

<?xml version="1.0" encoding="utf-8" ?>
<data_managers>
    <data_manager tool_file="data_manager/novocraft_index_builder.xml" id="novocraft_index_builder" version="0.0.1">
        <data_table name="novocraft_index">
            <output>
                <column name="value" />
                <column name="dbkey" />
                <column name="name" />
                <column name="path" output_ref="out_file">
                    <move type="file">
                    <!--<move type="directory" relative_symlinks="True">-->
                        <!-- no need to set source, gets taken from out_dir.extra_files_path -->
                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/novocraft_index/${value}</target>
                    </move>
                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/{$dbkey}/novocraft_index/${value}/${path}</value_translation>
                    <value_translation type="function">abspath</value_translation>
                </column>
            </output>
        </data_table>
    </data_manager>
</data_managers>