comparison data_manager_conf.xml @ 6:a6e6e8415b7f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_snpeff commit 9d2052269bfbca81a5f9cd10c3153e611358a329
author iuc
date Tue, 24 Oct 2017 07:26:43 -0400
parents a9cace1ee2b7
children
comparison
equal deleted inserted replaced
5:87f6cff1bd43 6:a6e6e8415b7f
33 <column name="genome" /> <!-- columns that are going to be specified by the Data Manager Tool --> 33 <column name="genome" /> <!-- columns that are going to be specified by the Data Manager Tool -->
34 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> 34 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
35 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> 35 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
36 </output> 36 </output>
37 </data_table> 37 </data_table>
38 <data_table name="snpeffv_annotations"> <!-- Defines a Data Table to be modified. -->
39 <output> <!-- Handle the output of the Data Manager Tool -->
40 <column name="key" /> <!-- columns that are going to be specified by the Data Manager Tool -->
41 <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool -->
42 <column name="genome" /> <!-- columns that are going to be specified by the Data Manager Tool -->
43 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
44 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
45 </output>
46 </data_table>
47 </data_manager> 38 </data_manager>
48 </data_managers> 39 </data_managers>
49
50