Mercurial > repos > bgruening > data_manager_sylph_database
comparison data_manager_conf.xml @ 0:130224fe2d18 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/data_managers/data_manager_sylph_database commit 6ac2834ca0a21512c9986e2fb8d0dcda1c4b0e18
| author | bgruening |
|---|---|
| date | Fri, 23 May 2025 09:48:30 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:130224fe2d18 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <data_managers> | |
| 3 <data_manager tool_file="data_manager/data_manager_sylph_database.xml" id="data_manager_sylph_database"> | |
| 4 <data_table name="sylph_databases"> <!-- 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="path" output_ref="out_file"> | |
| 9 <move type="file"> | |
| 10 <source>${path}</source> | |
| 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">sylph/${path}</target> | |
| 12 </move> | |
| 13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/sylph/${path}</value_translation> | |
| 14 <value_translation type="function">abspath</value_translation> | |
| 15 </column> | |
| 16 <column name="clade"/> | |
| 17 <column name="sylph_tax_identifier"/> | |
| 18 <column name="version"/> | |
| 19 </output> | |
| 20 </data_table> | |
| 21 </data_manager> | |
| 22 </data_managers> |
