Mercurial > repos > iuc > data_manager_semibin
comparison data_manager_conf.xml @ 0:12e956a2dbde draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_semibin commit aa9bfb2fb62547ee8bac34f0de5b3beaa0bfd1a4
| author | iuc |
|---|---|
| date | Fri, 14 Oct 2022 22:04:34 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:12e956a2dbde |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <data_managers> | |
| 3 <data_manager tool_file="data_manager/data_manager_semibin.xml" id="data_manager_semibin" > | |
| 4 <data_table name="gtdb"> <!-- 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="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool --> | |
| 9 <column name="path" output_ref="out_file" > | |
| 10 <move type="directory"> | |
| 11 <source>${path}</source> | |
| 12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">semibin/data/${dbkey}</target> | |
| 13 </move> | |
| 14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/semibin/data/${dbkey}</value_translation> | |
| 15 <value_translation type="function">abspath</value_translation> | |
| 16 </column> | |
| 17 </output> | |
| 18 </data_table> | |
| 19 </data_manager> | |
| 20 </data_managers> | |
| 21 |
