comparison data_manager_conf.xml @ 11:a9b725202132 draft

planemo upload for repository https://github.com/zipho/data_manager_novocraft_index_builder commit 9ea1c9c5fdf0ed65170469f809b81ba9e82f91d3
author sanbi-uwc
date Mon, 07 Mar 2016 02:27:51 -0500
parents 68b7023c6a2f
children 283eec05d1de
comparison
equal deleted inserted replaced
10:68b7023c6a2f 11:a9b725202132
6 <column name="value" /> 6 <column name="value" />
7 <column name="dbkey" /> 7 <column name="dbkey" />
8 <column name="name" /> 8 <column name="name" />
9 <column name="path" output_ref="out_file"> 9 <column name="path" output_ref="out_file">
10 <move type="file"> 10 <move type="file">
11 <!--<move type="directory" relative_symlinks="True"> -->
12 <!-- no need to set source, gets taken from out_dir.extra_files_path --> 11 <!-- no need to set source, gets taken from out_dir.extra_files_path -->
13 <source>${path}</source> <!-- File name within the extra files path -->
14 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/novocraft_index/${value}</target> 12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/novocraft_index/${value}</target>
15 </move> 13 </move>
16 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/{$dbkey}/novocraft_index/${value}/${path}</value_translation> 14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/{$dbkey}/novocraft_index/${value}/${path}</value_translation>
17 <value_translation type="function">abspath</value_translation> 15 <value_translation type="function">abspath</value_translation>
18 </column> 16 </column>