Mercurial > repos > iuc > data_manager_build_coreprofiler
view data_manager_conf.xml @ 1:a95177c4d627 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_build_coreprofiler commit ed6d188035ac31aa2da132889141b0898aa6bc86
| author | iuc |
|---|---|
| date | Fri, 21 Nov 2025 13:12:00 +0000 |
| parents | c3553950db1b |
| children |
line wrap: on
line source
<?xml version="1.0"?> <data_managers> <data_manager tool_file="data_manager/data_manager_build_coreprofiler_download.xml" id="data_manager_build_coreprofiler_download"> <data_table name="coreprofiler_scheme"> <!-- Defines a Data Table to be modified. --> <output> <!-- Handle the output of the Data Manager Tool --> <column name="value"/> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="name"/> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="path" output_ref="out_file"> <move type="directory"> <source>${path}</source> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">coreprofiler/${path}</target> </move> <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/coreprofiler/${path}</value_translation> <value_translation type="function">abspath</value_translation> </column> <column name="database"/> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="scheme"/> <!-- columns that are going to be specified by the Data Manager Tool --> </output> </data_table> </data_manager> </data_managers>
