forked from bgruening/galaxytools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata_manager_conf.xml
More file actions
22 lines (22 loc) · 1.21 KB
/
data_manager_conf.xml
File metadata and controls
22 lines (22 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<data_managers>
<data_manager tool_file="data_manager/data_manager_sylph_database.xml" id="data_manager_sylph_database">
<data_table name="sylph_databases"> <!-- Defines a Data Table to be modified. -->
<output> <!-- Handle the output of the Data Manager Tool -->
<column name="value"/> <!-- columns that are going to be specified by the Data Manager Tool -->
<column name="name"/> <!-- columns that are going to be specified by the Data Manager Tool -->
<column name="path" output_ref="out_file">
<move type="file">
<source>${path}</source>
<target base="${GALAXY_DATA_MANAGER_DATA_PATH}">sylph/${path}</target>
</move>
<value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/sylph/${path}</value_translation>
<value_translation type="function">abspath</value_translation>
</column>
<column name="clade"/>
<column name="sylph_tax_identifier"/>
<column name="version"/>
</output>
</data_table>
</data_manager>
</data_managers>