comparison data_manager_conf.xml @ 0:6be6e6198ac3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_ncbi_fcs_gx_database_downloader commit 4a6561ed00e004260be3f3c29d81e814c60e20af
author iuc
date Fri, 12 Jan 2024 22:11:17 +0000
parents
children 35cef758050c
comparison
equal deleted inserted replaced
-1:000000000000 0:6be6e6198ac3
1 <data_managers>
2 <data_manager tool_file="data_manager/data_manager_ncbi_fcs_gx_database_downloader.xml" id="data_manager_ncbi_fcs_gx_database_downloader">
3 <data_table name="ncbi_fcs_gx_databases">
4 <output>
5 <column name="value" />
6 <column name="source_manifest" />
7 <column name="name" output_ref="output_file">
8 <move type="directory">
9 <source>${name}</source>
10 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">ncbi_fcs_gx_databases/${value}</target>
11 </move>
12 <value_translation><![CDATA[
13 #import os
14 #set manifest_filename = os.path.basename($source_manifest)
15 $GALAXY_DATA_MANAGER_DATA_PATH/ncbi_fcs_gx_databases/$value/$manifest_filename
16 ]]></value_translation>
17 <value_translation type="function">abspath</value_translation>
18 </column>
19 </output>
20 </data_table>
21 <data_table name="ncbi_fcs_gx_divisions">
22 <output>
23 <column name="value" />
24 <column name="tag" />
25 <column name="name" />
26 </output>
27 </data_table>
28 </data_manager>
29 </data_managers>