view data_manager_conf.xml @ 0:fd9e9ac5ecb3 draft

Imported from capsule None
author iuc
date Mon, 25 Aug 2014 17:15:46 -0400
parents
children fe5a9a7d95b0
line wrap: on
line source

<?xml version="1.0"?>
<data_managers>
    <data_manager tool_file="data_manager/data_manager_gemini_download.xml" id="data_manager_gemini_download" >
        <data_table name="gemini_databases">  <!-- Defines a Data Table to be modified. -->
            <output> <!-- Handle the output of the Data Manager Tool -->
                <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
                <column name="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool -->
                <column name="name" />  <!-- columns that are going to be specified by the Data Manager Tool -->
                <column name="path" output_ref="out_file" >
                    <move type="directory" relativize_symlinks="True">
                        <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">gemini/data/${dbkey}/${value}</target>
                    </move>
                    <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/gemini/data/${dbkey}/${value}/gemini/data/</value_translation>
                    <value_translation type="function">abspath</value_translation>
                </column>
            </output>
        </data_table>
    </data_manager>
</data_managers>