comparison data_manager_conf.xml @ 0:ba11fef120cd draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/data_managers/data_manager_hisat_index_builder commit 5a7365750648c26206f05ac7956936c243c2b980
author devteam
date Sat, 13 Jun 2015 08:27:38 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ba11fef120cd
1 <?xml version="1.0"?>
2 <data_managers>
3 <data_manager tool_file="data_manager/hisat_index_builder.xml" id="hisat_index_builder" version="0.0.1">
4 <data_table name="hisat_indexes">
5 <output>
6 <column name="value" />
7 <column name="dbkey" />
8 <column name="name" />
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}">${dbkey}/hisat_index/${value}</target>
13 </move>
14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${dbkey}/hisat_index/${value}/${path}</value_translation>
15 <value_translation type="function">abspath</value_translation>
16 </column>
17 </output>
18 </data_table>
19 </data_manager>
20 </data_managers>