comparison data_manager_conf.xml @ 1:50f4ff01d845 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_deeparg commit 71ee1813e65704528b3d3f9f8b12fa11ea760fee
author iuc
date Tue, 11 Mar 2025 13:04:13 +0000
parents 4a72de3780aa
children
comparison
equal deleted inserted replaced
0:4a72de3780aa 1:50f4ff01d845
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"> 9 <move type="directory">
10 <source>${path}</source> 10 <source>${path}</source>
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">deeparg/${value}/${path}</target> 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">deeparg/${path}</target>
12 </move> 12 </move>
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/deeparg/${value}/${path}</value_translation> 13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/deeparg/${path}</value_translation>
14 <value_translation type="function">abspath</value_translation> 14 <value_translation type="function">abspath</value_translation>
15 </column> 15 </column>
16 <column name="db_version"/> <!-- columns that are going to be specified by the Data Manager Tool --> 16 <column name="db_version"/> <!-- columns that are going to be specified by the Data Manager Tool -->
17 </output> 17 </output>
18 </data_table> 18 </data_table>