Mercurial > repos > iuc > data_manager_groot_database_downloader
comparison data_manager_conf.xml @ 1:0c255951902a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_groot_database_downloader commit 15ce75a21f8a3b314b0a8a420fc5b4fffe846171
| author | iuc |
|---|---|
| date | Mon, 18 Nov 2024 15:09:58 +0000 |
| parents | 641ac96ab63a |
| children |
comparison
equal
deleted
inserted
replaced
| 0:641ac96ab63a | 1:0c255951902a |
|---|---|
| 6 <column name="value"/> <!-- columns that are going to be specified by 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 --> | 7 <column name="name"/> <!-- columns that are going to be specified by the Data Manager Tool --> |
| 8 <column name="path" output_ref="out_file"> | 8 <column name="path" output_ref="out_file"> |
| 9 <move type="directory"> | 9 <move type="directory"> |
| 10 <source>${path}</source> | 10 <source>${path}</source> |
| 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">groot_database/data/${value}</target> | 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">groot_database/${path}</target> |
| 12 </move> | 12 </move> |
| 13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/groot_database/data/${value}</value_translation> | 13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/groot_database/${path}</value_translation> |
| 14 <value_translation type="function">abspath</value_translation> | 14 <value_translation type="function">abspath</value_translation> |
| 15 </column> | 15 </column> |
| 16 <column name="version"/> <!-- columns that are going to be specified by the Data Manager Tool --> | 16 <column name="version"/> <!-- columns that are going to be specified by the Data Manager Tool --> |
| 17 </output> | 17 </output> |
| 18 </data_table> | 18 </data_table> |
