Mercurial > repos > jjohnson > data_manager_snpeff
annotate data_manager_conf.xml @ 3:c6769a700e55
Update loc data to separate version 4 databases
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Tue, 21 Oct 2014 14:04:33 -0500 |
parents | bc50aa3b328a |
children | 6a378d0f4856 |
rev | line source |
---|---|
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" > | |
3
c6769a700e55
Update loc data to separate version 4 databases
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
4 <data_table name="snpeff4_databases"> <!-- Defines a Data Table to be modified. --> |
0 | 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" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
8 </output> | |
9 </data_table> | |
10 </data_manager> | |
11 <data_manager tool_file="data_manager/data_manager_snpEff_download.xml" id="data_manager_snpeff_download" > | |
3
c6769a700e55
Update loc data to separate version 4 databases
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
12 <data_table name="snpeff4_genomedb"> <!-- Defines a Data Table to be modified. --> |
0 | 13 <output> <!-- Handle the output of the Data Manager Tool --> |
14 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
15 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
16 <column name="path" output_ref="out_file" > | |
17 <move type="directory" relativize_symlinks="True"> | |
3
c6769a700e55
Update loc data to separate version 4 databases
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
18 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpEff/v4/data</target> |
0 | 19 </move> |
3
c6769a700e55
Update loc data to separate version 4 databases
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
20 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpEff/v4/data</value_translation> |
0 | 21 <value_translation type="function">abspath</value_translation> |
22 </column> | |
23 </output> | |
24 </data_table> | |
3
c6769a700e55
Update loc data to separate version 4 databases
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
25 <data_table name="snpeff4_regulationdb"> <!-- Defines a Data Table to be modified. --> |
0 | 26 <output> <!-- Handle the output of the Data Manager Tool --> |
27 <column name="genome" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
28 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
29 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
30 </output> | |
31 </data_table> | |
3
c6769a700e55
Update loc data to separate version 4 databases
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
32 <data_table name="snpeff4_annotations"> <!-- Defines a Data Table to be modified. --> |
0 | 33 <output> <!-- Handle the output of the Data Manager Tool --> |
34 <column name="genome" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
35 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
36 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
37 </output> | |
38 </data_table> | |
39 </data_manager> | |
40 </data_managers> | |
41 | |
42 |