Mercurial > repos > iuc > data_manager_packaged_annotation_data
comparison data_manager_conf.xml @ 0:bd26448ea6bc draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_packaged_annotation_data commit 339a6c16fb6d944d4e147b5192cbeb0ebd26d18e"
| author | iuc |
|---|---|
| date | Tue, 04 Jan 2022 18:33:19 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:bd26448ea6bc |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <data_managers> | |
| 3 <data_manager tool_file="data_manager/install_packaged_annotation_data.xml" id="data_manager_packaged_annotation_data" > | |
| 4 <data_table name="packaged_annotation_data"> <!-- 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="data_name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 9 <column name="data_id" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 10 <column name="data_format" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 11 <column name="package_id" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 12 <column name="package_name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 13 <column name="path" output_ref="out_file" > | |
| 14 <move type="directory" relativize_symlinks="True"> | |
| 15 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">packaged_annotation_data/${dbkey}/${package_id}/${path}</target> | |
| 16 </move> | |
| 17 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/packaged_annotation_data/${dbkey}/${package_id}/${path}/</value_translation> | |
| 18 <value_translation type="function">abspath</value_translation> | |
| 19 </column> | |
| 20 </output> | |
| 21 </data_table> | |
| 22 </data_manager> | |
| 23 </data_managers> | |
| 24 | |
| 25 |
