comparison data_manager_conf.xml @ 0:c26087dbccbd draft default tip

Uploaded
author jjohnson
date Fri, 05 Jul 2013 15:34:05 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c26087dbccbd
1 <?xml version="1.0"?>
2 <data_managers>
3
4 <data_manager tool_file="data_manager/data_manager_ucsc_twobit_index_builder.xml" id="ucsc_towbit_index_builder" version="0.0.1">
5 <data_table name="twobit">
6 <output>
7 <column name="line_type" />
8 <column name="value" />
9 <column name="path" output_ref="out_file" >
10 <move type="directory" relativize_symlinks="True">
11 <!-- <source>${path}</source>--> <!-- out_file.extra_files_path is used as base by default --> <!-- if no source, eg for type=directory, then refers to base -->
12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${value}/twobit/${value}</target>
13 </move>
14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${value}/twobit/${value}/${path}</value_translation>
15 <value_translation type="function">abspath</value_translation>
16 </column>
17 </output>
18 </data_table>
19 </data_manager>
20
21 </data_managers>