Mercurial > repos > iuc > data_manager_vep_cache_downloader
comparison data_manager_conf.xml @ 0:1439dface5bf draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vep_cache_downloader commit 2db33cd5bcf5e2d7e3a43f11855c4cfc3b1b9f56
| author | iuc |
|---|---|
| date | Wed, 11 May 2022 13:03:06 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1439dface5bf |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <data_managers> | |
| 3 <data_manager tool_file="data_manager/data_manager_vep_cache_download.xml" id="data_manager_vep_cache_download" > | |
| 4 <data_table name="vep_versioned_annotation_cache"> <!-- 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="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 8 <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 9 <column name="cachetype" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 10 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 11 <column name="species" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 12 <column name="path" output_ref="out_file" > | |
| 13 <move type="directory" relativize_symlinks="True"> | |
| 14 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">vep/${version}/${dbkey}/${cachetype}</target> | |
| 15 </move> | |
| 16 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/vep/${version}/${dbkey}/${cachetype}/</value_translation> | |
| 17 <value_translation type="function">abspath</value_translation> | |
| 18 </column> | |
| 19 </output> | |
| 20 </data_table> | |
| 21 </data_manager> | |
| 22 </data_managers> |
