comparison data_manager_conf.xml @ 2:ffa94ffe1179 draft

Uploaded
author iuc
date Sun, 17 Aug 2014 08:05:04 -0400
parents 50405cb4f8cd
children 7cfa2506531d
comparison
equal deleted inserted replaced
1:50405cb4f8cd 2:ffa94ffe1179
5 <output> <!-- Handle the output of the Data Manager Tool --> 5 <output> <!-- Handle the output of the Data Manager Tool -->
6 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> 6 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
7 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> 7 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
8 <column name="path" output_ref="out_file" > 8 <column name="path" output_ref="out_file" >
9 <move type="directory" relativize_symlinks="True"> 9 <move type="directory" relativize_symlinks="True">
10 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">gemini/data</target> 10 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">gemini/data/${value}/${path}</target>
11 </move> 11 </move>
12 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/gemini/data</value_translation> 12 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/gemini/data/${value}/${path}</value_translation>
13 <value_translation type="function">abspath</value_translation> 13 <value_translation type="function">abspath</value_translation>
14 </column> 14 </column>
15 </output> 15 </output>
16 </data_table> 16 </data_table>
17 </data_manager> 17 </data_manager>