comparison data_managers/data_manager_conf.xml @ 0:715bc9aeef69 draft

planemo upload for repository https://github.com/arpcard/rgi commit 7a78289be23c5a14ae39f454610fa8eca3f05188
author card
date Wed, 27 Feb 2019 09:08:21 -0500
parents
children a671367c326e
comparison
equal deleted inserted replaced
-1:000000000000 0:715bc9aeef69
1 <?xml version="1.0"?>
2 <data_managers>
3 <data_manager tool_file="data_manager_rgi_build_db/data_manager/rgi_database_builder.xml" id="rgi_database_builder" version="1.0.0">
4 <!-- Defines a Data Table to be modified -->
5 <data_table name="rgi_databases">
6 <!-- Handle the output of the Data Manager Tool -->
7 <output>
8 <!-- Columns that will be specified by the Data Manager Tool -->
9 <column name="value" />
10 <column name="name" />
11 <!-- The value of this column will be modified based upon data in "out_file" -->
12 <column name="path" output_ref="out_file" >
13 <!-- Moving a file from the extra files path of "out_file" -->
14 <move type="directory" relativize_symlinks="True">
15 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">rgi_databases/${value}/${path}</target>
16 </move>
17 <!-- Store this value in the final Data Table -->
18 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/rgi_databases/${value}/${path}</value_translation>
19 <value_translation type="function">abspath</value_translation>
20 </column>
21 </output>
22 </data_table>
23 </data_manager>
24 </data_managers>