annotate data_manager_conf.xml @ 1:a580422f6f1d draft

Uploaded
author iuc
date Tue, 26 Aug 2014 19:58:38 -0400
parents fd9e9ac5ecb3
children fe5a9a7d95b0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
2 <data_managers>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
3 <data_manager tool_file="data_manager/data_manager_gemini_download.xml" id="data_manager_gemini_download" >
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
4 <data_table name="gemini_databases"> <!-- Defines a Data Table to be modified. -->
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
5 <output> <!-- Handle the output of the Data Manager Tool -->
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
6 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
7 <column name="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool -->
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
8 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
9 <column name="path" output_ref="out_file" >
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
10 <move type="directory" relativize_symlinks="True">
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">gemini/data/${dbkey}/${value}</target>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
12 </move>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/gemini/data/${dbkey}/${value}/gemini/data/</value_translation>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
14 <value_translation type="function">abspath</value_translation>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
15 </column>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
16 </output>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
17 </data_table>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
18 </data_manager>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
19 </data_managers>
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
20
fd9e9ac5ecb3 Imported from capsule None
iuc
parents:
diff changeset
21