0
|
1 <?xml version="1.0"?>
|
|
2 <data_managers>
|
|
3 <data_manager tool_file="data_manager/data_manager_snpEff_databases.xml" id="data_manager_snpeff_databases" >
|
|
4 <data_table name="snpeff_databases"> <!-- Defines a Data Table to be modified. -->
|
|
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 -->
|
|
7 <column name="name" output_ref="out_file" > <!-- The value of this column will be modified based upon data in "out_file". example value "phiX.fa" -->
|
|
8 </column>
|
|
9 </output>
|
|
10 </data_table>
|
|
11 </data_manager>
|
|
12 <data_manager tool_file="data_manager/data_manager_snpEff_download.xml" id="data_manager_snpeff_download" >
|
|
13 <data_table name="snpeff_genomedb"> <!-- Defines a Data Table to be modified. -->
|
|
14 <output> <!-- Handle the output of the Data Manager Tool -->
|
|
15 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
|
|
16 <column name="name" output_ref="out_file" > <!-- The value of this column will be modified based upon data in "out_file". example value "phiX.fa" -->
|
|
17 </column>
|
|
18 </output>
|
|
19 </data_table>
|
|
20 <data_table name="snpeff_regulationdb"> <!-- Defines a Data Table to be modified. -->
|
|
21 <output> <!-- Handle the output of the Data Manager Tool -->
|
|
22 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
|
|
23 <column name="name" output_ref="out_file" > <!-- The value of this column will be modified based upon data in "out_file". example value "phiX.fa" -->
|
|
24 </column>
|
|
25 </output>
|
|
26 </data_table>
|
|
27 </data_manager>
|
|
28 </data_managers>
|
|
29
|
|
30
|