view data_manager_monorail_index/data_manager_conf.xml @ 10:7d7328ce424b draft

Uploaded
author chrisw
date Wed, 13 Nov 2019 21:02:28 +0000
parents 79f33bace3da
children b456cb342e9e
line wrap: on
line source

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