Mercurial > repos > iuc > data_manager_nextclade
view data_manager_conf.xml @ 1:c8b67693199e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_nextclade commit 0617f25cbfdca61240f16b85ae21f3cd46b1a44e
author | iuc |
---|---|
date | Sat, 06 Aug 2022 15:44:04 +0000 |
parents | 4de9e77bcc9e |
children |
line wrap: on
line source
<?xml version="1.0"?> <data_managers> <data_manager tool_file="data_manager/nextclade_dm.xml" id="data_manager_nextclade"> <data_table name="nextclade"> <output> <column name="value" /> <column name="database_name" /> <column name="description" /> <column name="min_nextclade_version" /> <column name="date" /> <column name="path" output_ref="output_file" > <!-- note: the Python script sanitises the possibly user-supplied scheme name ('value') --> <move type="directory" relativize_symlinks="True"> <source>${path}</source> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">nextclade/#echo str($value).replace(':', '-')#</target> </move> <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/nextclade/#echo str($value).replace(':', '-')#</value_translation> <value_translation type="function">abspath</value_translation> </column> </output> </data_table> </data_manager> </data_managers>