Mercurial > repos > iuc > data_manager_snpeff
comparison data_manager_conf.xml @ 5:3d9dd4b9fb09 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_snpeff commit 5c6d595ecbf2e4e39c25662a165c9e475e01ecd1-dirty
author | iuc |
---|---|
date | Tue, 18 Apr 2017 09:40:03 -0400 |
parents | 984733fcab49 |
children | a6400027d849 |
comparison
equal
deleted
inserted
replaced
4:847b0f43c0e5 | 5:3d9dd4b9fb09 |
---|---|
17 <column name="version" /> <!-- 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 --> | 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 --> | 19 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> |
20 <column name="path" output_ref="out_file" > | 20 <column name="path" output_ref="out_file" > |
21 <move type="directory" relativize_symlinks="True"> | 21 <move type="directory" relativize_symlinks="True"> |
22 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpEff/v4_1/data</target> | 22 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpEff/v4_3/data</target> |
23 </move> | 23 </move> |
24 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpEff/v4_1/data</value_translation> | 24 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpEff/v4_3/data</value_translation> |
25 <value_translation type="function">abspath</value_translation> | 25 <value_translation type="function">abspath</value_translation> |
26 </column> | 26 </column> |
27 </output> | 27 </output> |
28 </data_table> | 28 </data_table> |
29 <data_table name="snpeffv_regulationdb"> <!-- Defines a Data Table to be modified. --> | 29 <data_table name="snpeffv_regulationdb"> <!-- Defines a Data Table to be modified. --> |