comparison data_manager_conf.xml @ 3:9d94fe7ce8b9 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit e711920c41c8862d7d8133f7b455cf475924e103
author jjohnson
date Tue, 05 Nov 2019 15:53:42 -0500
parents a74d61dbd155
children
comparison
equal deleted inserted replaced
2:a74d61dbd155 3:9d94fe7ce8b9
5 <output> <!-- Handle the output of the Data Manager Tool --> 5 <output> <!-- Handle the output of the Data Manager Tool -->
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" relativize_symlinks="True"> 9 <move type="directory" relativize_symlinks="True">
10 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${value}</target> 10 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">eggnog_data/${value}</target>
11 </move> 11 </move>
12 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${value}</value_translation> 12 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/eggnog_data/${value}</value_translation>
13 <value_translation type="function">abspath</value_translation> 13 <value_translation type="function">abspath</value_translation>
14 </column> 14 </column>
15 </output> 15 </output>
16 </data_table> 16 </data_table>
17 <data_table name="eggnog_mapper_hmm_dbs"> <!-- Defines a Data Table to be modified. --> 17 <data_table name="eggnog_mapper_hmm_dbs"> <!-- Defines a Data Table to be modified. -->