comparison data_manager_conf.xml @ 11:85e817cdf4bd draft

planemo upload
author yating-l
date Wed, 03 May 2017 18:35:17 -0400
parents 877e61138c9c
children 2e3c8be803ee
comparison
equal deleted inserted replaced
10:f2e535e1b45c 11:85e817cdf4bd
4 <data_table name="glimmer_hmm_trained_dir"> 4 <data_table name="glimmer_hmm_trained_dir">
5 <output> 5 <output>
6 <column name="value" /> 6 <column name="value" />
7 <column name="name" /> 7 <column name="name" />
8 <column name="path" output_ref="out_file"> 8 <column name="path" output_ref="out_file">
9 <move type="file"> 9 <move type="directory">
10 <source>${path}</source> 10 <source>${path}</source>
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${name}/${path}</target> 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${name}/${path}</target>
12 </move> 12 </move>
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${name}/${path}</value_translation> 13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${name}/${path}</value_translation>
14 </column> 14 </column>