Mercurial > repos > iuc > data_manager_deeparg
view data_manager_conf.xml @ 0:4a72de3780aa draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_deeparg commit 068be9bb0973bc877457d13d0d5a7c26a6cc1f96
| author | iuc |
|---|---|
| date | Fri, 07 Feb 2025 12:17:25 +0000 |
| parents | |
| children | 50f4ff01d845 |
line wrap: on
line source
<?xml version="1.0"?> <data_managers> <data_manager tool_file="data_manager/data_manager_deeparg.xml" id="data_manager_deeparg"> <data_table name="deeparg"> <!-- 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}">deeparg/${value}/${path}</target> </move> <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/deeparg/${value}/${path}</value_translation> <value_translation type="function">abspath</value_translation> </column> <column name="db_version"/> <!-- columns that are going to be specified by the Data Manager Tool --> </output> </data_table> </data_manager> </data_managers>
