annotate data_manager_gene_annotation/data_manager_conf.xml @ 17:57b716eee99f draft

Uploaded
author scottx611x
date Wed, 22 Jun 2016 16:35:56 -0400
parents 4fb8bd379972
children 315742ba24f1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
1 <?xml version="1.0"?>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
2 <data_managers>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
3
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
4 <data_manager tool_file="data_manager/gene_annotation_fetcher.xml" id="gene_annotation_fetcher" version="1.0.0">
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
5 <data_table name="gene_annotation">
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
6 <output>
9
d73e3b618d1d Uploaded
scottx611x
parents: 0
diff changeset
7 <column name="date" />
0
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
8 <column name="dbkey" />
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
9 <column name="name" />
13
865d5b55cce1 Uploaded
scottx611x
parents: 9
diff changeset
10 <column name="path" output_ref="out_file">
14
4fb8bd379972 Uploaded
scottx611x
parents: 13
diff changeset
11 <move type="file" relativize_symlinks="True">
4fb8bd379972 Uploaded
scottx611x
parents: 13
diff changeset
12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${name}/gene_annotations/${path}</target>
13
865d5b55cce1 Uploaded
scottx611x
parents: 9
diff changeset
13 </move>
14
4fb8bd379972 Uploaded
scottx611x
parents: 13
diff changeset
14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${name}/gene_annotations/${path}</value_translation>
13
865d5b55cce1 Uploaded
scottx611x
parents: 9
diff changeset
15 <value_translation type="function">abspath</value_translation>
865d5b55cce1 Uploaded
scottx611x
parents: 9
diff changeset
16 </column>
0
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
17 </output>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
18 </data_table>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
19 </data_manager>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
20
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
21 </data_managers>