Mercurial > repos > iuc > data_manager_snpeff
annotate data_manager_conf.xml @ 11:def511e8e005 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_snpeff commit 00d1775d87af54665ec1871f021bcec6b4b7a15a"
author | iuc |
---|---|
date | Tue, 24 Nov 2020 07:27:28 +0000 |
parents | a6400027d849 |
children |
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" > | |
4 <data_table name="snpeffv_databases"> <!-- 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="version" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
8 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
9 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
10 </output> | |
11 </data_table> | |
12 </data_manager> | |
13 <data_manager tool_file="data_manager/data_manager_snpEff_download.xml" id="data_manager_snpeff_download" > | |
14 <data_table name="snpeffv_genomedb"> <!-- Defines a Data Table to be modified. --> | |
15 <output> <!-- Handle the output of the Data Manager Tool --> | |
16 <column name="key" /> <!-- 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 --> | |
19 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
20 <column name="path" output_ref="out_file" > | |
21 <move type="directory" relativize_symlinks="True"> | |
5
3d9dd4b9fb09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_snpeff commit 5c6d595ecbf2e4e39c25662a165c9e475e01ecd1-dirty
iuc
parents:
2
diff
changeset
|
22 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpEff/v4_3/data</target> |
0 | 23 </move> |
5
3d9dd4b9fb09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_snpeff commit 5c6d595ecbf2e4e39c25662a165c9e475e01ecd1-dirty
iuc
parents:
2
diff
changeset
|
24 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpEff/v4_3/data</value_translation> |
0 | 25 <value_translation type="function">abspath</value_translation> |
26 </column> | |
27 </output> | |
28 </data_table> | |
29 <data_table name="snpeffv_regulationdb"> <!-- Defines a Data Table to be modified. --> | |
30 <output> <!-- Handle the output of the Data Manager Tool --> | |
31 <column name="key" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
32 <column name="version" /> <!-- 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 --> | |
35 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
36 </output> | |
37 </data_table> | |
38 </data_manager> | |
39 </data_managers> |