Mercurial > repos > bgruening > data_manager_semibin
view data_manager_conf.xml @ 0:1e4dd26db773 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4"
author | bgruening |
---|---|
date | Fri, 14 Oct 2022 21:29:47 +0000 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <data_managers> <data_manager tool_file="data_manager/data_manager_semibin.xml" id="data_manager_semibin" > <data_table name="gtdb"> <!-- 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="dbkey" /> <!-- 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}">semibin/data/${dbkey}</target> </move> <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/semibin/data/${dbkey}</value_translation> <value_translation type="function">abspath</value_translation> </column> </output> </data_table> </data_manager> </data_managers>