comparison data_manager_conf.xml @ 21:d77a7bd60154 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_metaphlan2_database_downloader commit b'3deaa3adf381c1f3f6134ef6a36074d443f7e3fc\n'-dirty
author bebatut
date Wed, 01 Mar 2017 09:54:44 -0500
parents 1d8f4e8ef24c
children
comparison
equal deleted inserted replaced
20:56cd4020f05a 21:d77a7bd60154
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="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool --> 8 <column name="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool -->
9 <column name="path" output_ref="out_file" > 9 <column name="path" output_ref="out_file" >
10 <move type="directory"> 10 <move type="directory">
11 <source>${path}</source> 11 <source>${path}</source>
12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">metaphlan2/data/</target> 12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">metaphlan2/data/${dbkey}</target>
13 </move> 13 </move>
14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/metaphlan2/data/${dbkey}</value_translation> 14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/metaphlan2/data/${dbkey}</value_translation>
15 <value_translation type="function">abspath</value_translation> 15 <value_translation type="function">abspath</value_translation>
16 </column> 16 </column>
17 </output> 17 </output>