comparison data_manager_conf.xml @ 0:c4ec3d81eeee draft

planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/data_managers/data_manager_genomad commit 483ade5362574a59ddc87e3788334bcbff253805
author ufz
date Tue, 18 Jun 2024 14:28:27 +0000
parents
children 75abfb03b635
comparison
equal deleted inserted replaced
-1:000000000000 0:c4ec3d81eeee
1 <data_managers>
2 <data_manager tool_file="data_manager/genomad_datamanager.xml" id="genomad_build_database">
3 <data_table name="genomad">
4 <output>
5 <column name="value"/>
6 <column name="name"/>
7 <column name="path" output_ref="out_file">
8 <move type="directory">
9 <source>${path}</source>
10 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">genomad_databases/${path}</target>
11 </move>
12 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/genomad_databases/${path}</value_translation>
13 <value_translation type="function">abspath</value_translation>
14 </column>
15 </output>
16 </data_table>
17 </data_manager>
18 </data_managers>