comparison data_manager_conf.xml @ 2:7d2252852f96 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_sortmerna_database_downloader commit 4241c1d4b05a177bd2c74f5a139f51d4f65e0b55
author rnateam
date Tue, 13 Jun 2017 12:03:08 -0400
parents 30bb49887172
children
comparison
equal deleted inserted replaced
1:30bb49887172 2:7d2252852f96
4 <data_table name="rRNA_databases"> <!-- Defines a Data Table to be modified. --> 4 <data_table name="rRNA_databases"> <!-- Defines a Data Table to be modified. -->
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="file"> 9 <move type="directory">
10 <source>${path}</source> 10 <source>${path}</source>
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">rRNA_databases/${name}</target> 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">rRNA_databases/${name}</target>
12 </move> 12 </move>
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/rRNA_databases/${name}</value_translation> 13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/rRNA_databases/${name}/${name}.fasta</value_translation>
14 <value_translation type="function">abspath</value_translation> 14 <value_translation type="function">abspath</value_translation>
15 </column> 15 </column>
16 </output> 16 </output>
17 </data_table> 17 </data_table>
18 </data_manager> 18 </data_manager>