comparison data_manager_conf.xml @ 4:45c8bfaab608 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_build_coreprofiler commit 7f2587b3f86c5024c7588185712d1eced9bbb037
author iuc
date Thu, 18 Dec 2025 15:21:46 +0000
parents c3553950db1b
children
comparison
equal deleted inserted replaced
3:9e6d0309ec06 4:45c8bfaab608
3 <data_manager tool_file="data_manager/data_manager_build_coreprofiler_download.xml" id="data_manager_build_coreprofiler_download"> 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. --> 4 <data_table name="coreprofiler_scheme"> <!-- Defines a Data Table to be modified. -->
5 <output> <!-- Handle the output of the Data Manager Tool --> 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 --> 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="tool_version"/> <!-- columns that are going to be specified by the Data Manager Tool -->
9 <column name="database"/> <!-- columns that are going to be specified by the Data Manager Tool -->
8 <column name="path" output_ref="out_file"> 10 <column name="path" output_ref="out_file">
9 <move type="directory"> 11 <move type="directory">
10 <source>${path}</source> 12 <source>${path}</source>
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">coreprofiler/${path}</target> 13 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">coreprofiler/${path}</target>
12 </move> 14 </move>
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/coreprofiler/${path}</value_translation> 15 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/coreprofiler/${path}</value_translation>
14 <value_translation type="function">abspath</value_translation> 16 <value_translation type="function">abspath</value_translation>
15 </column> 17 </column>
16 <column name="database"/> <!-- columns that are going to be specified by the Data Manager Tool --> 18 <column name="db_path"/> <!-- 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 --> 19 <column name="scheme_path"/> <!-- columns that are going to be specified by the Data Manager Tool -->
18 </output> 20 </output>
19 </data_table> 21 </data_table>
20 </data_manager> 22 </data_manager>
21 </data_managers> 23 </data_managers>