Mercurial > repos > iuc > data_manager_build_coreprofiler
comparison data_manager_conf.xml @ 0:c3553950db1b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_build_coreprofiler commit 62961196b51799ddc4969f79c1aac46448390d51
| author | iuc |
|---|---|
| date | Tue, 22 Jul 2025 09:00:12 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c3553950db1b |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <data_managers> | |
| 3 <data_manager tool_file="data_manager/data_manager_build_coreprofiler_download.xml" id="data_manager_build_coreprofiler_download"> | |
| 4 <data_table name="coreprofiler_scheme"> <!-- 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="name"/> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 8 <column name="path" output_ref="out_file"> | |
| 9 <move type="directory"> | |
| 10 <source>${path}</source> | |
| 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">coreprofiler/${path}</target> | |
| 12 </move> | |
| 13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/coreprofiler/${path}</value_translation> | |
| 14 <value_translation type="function">abspath</value_translation> | |
| 15 </column> | |
| 16 <column name="database"/> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 17 <column name="scheme"/> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 18 </output> | |
| 19 </data_table> | |
| 20 </data_manager> | |
| 21 </data_managers> |
