comparison data_manager_conf.xml @ 0:0e9e3bb5776a draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/data_managers/data_manager_snpsift_dbnsfp commit 5316af00b4a71a7b526cbc9540d5158749cc38e4
author iuc
date Tue, 07 Jun 2016 10:23:16 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0e9e3bb5776a
1 <?xml version="1.0"?>
2 <data_managers>
3 <data_manager tool_file="data_manager/data_manager_snpsift_dbnsfp.xml" id="data_manager_snpsift_dbnsfp" >
4 <data_table name="snpsift_dbnsfps"> <!-- Defines a Data Table to be modified. -->
5 <output> <!-- Handle the output of the Data Manager Tool -->
6 <column name="key" /> <!-- columns that are going to be specified by the Data Manager Tool -->
7 <column name="build" /> <!-- columns that are going to be specified by the Data Manager Tool -->
8 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
9 <column name="value" output_ref="out_file" >
10 <move type="directory" relativize_symlinks="True">
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpSift/v4_1/dbnsfp</target>
12 </move>
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpSift/v4_1/dbnsfp/${value}</value_translation>
14 <value_translation type="function">abspath</value_translation>
15 </column>
16 <column name="annnotations" /> <!-- columns that are going to be specified by the Data Manager Tool -->
17 </output>
18 </data_table>
19 </data_manager>
20 </data_managers>
21
22