comparison data_manager_conf.xml @ 2:984733fcab49 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/data_managers/data_manager_snpeff commit 47cd0cc3b680295e6bea84acc89f18c79b6d3f0c
author iuc
date Tue, 07 Jun 2016 15:44:15 -0400
parents 9ac823a8b328
children 3d9dd4b9fb09
comparison
equal deleted inserted replaced
1:85a23e2dd92b 2:984733fcab49
17 <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool --> 17 <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool -->
18 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> 18 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
19 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> 19 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
20 <column name="path" output_ref="out_file" > 20 <column name="path" output_ref="out_file" >
21 <move type="directory" relativize_symlinks="True"> 21 <move type="directory" relativize_symlinks="True">
22 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpEff/v4_0/data</target> 22 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpEff/v4_1/data</target>
23 </move> 23 </move>
24 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpEff/v4_0/data</value_translation> 24 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpEff/v4_1/data</value_translation>
25 <value_translation type="function">abspath</value_translation> 25 <value_translation type="function">abspath</value_translation>
26 </column> 26 </column>
27 </output> 27 </output>
28 </data_table> 28 </data_table>
29 <data_table name="snpeffv_regulationdb"> <!-- Defines a Data Table to be modified. --> 29 <data_table name="snpeffv_regulationdb"> <!-- Defines a Data Table to be modified. -->