view data_manager_conf.xml @ 5:db05a35d61ee draft

planemo upload for repository https://github.com/zipho/data_manager_novoalign_index_builder commit d73c0a03dff94163c9988a997bada747414bb7a8
author sanbi-uwc
date Fri, 04 Mar 2016 03:11:32 -0500
parents 1b70cac31576
children 028bec15ea71
line wrap: on
line source

<?xml version="1.0" encoding="utf-8" ?>
<data_managers>
    <data_manager tool_file="data_manager/novoalign_index_builder.xml" id="novoalign_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_dir">
                    <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>