annotate data_manager_gene_annotation/data_manager_conf.xml @ 43:e42284a13168 draft

planemo upload
author scottx611x
date Fri, 08 Jul 2016 14:45:18 -0400
parents 87a921902f5e
children f8cfca91827a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
1 <?xml version="1.0"?>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
2 <data_managers>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
3
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
4 <data_manager tool_file="data_manager/gene_annotation_fetcher.xml" id="gene_annotation_fetcher" version="1.0.0">
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
5 <data_table name="gene_annotation">
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
6 <output>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
7 <column name="value" />
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
8 <column name="dbkey" />
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
9 <column name="name" />
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
10 <column name="path" output_ref="out_file">
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
11 <move type="file">
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
12 <source>${path}</source>
43
e42284a13168 planemo upload
scottx611x
parents: 40
diff changeset
13 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">
e42284a13168 planemo upload
scottx611x
parents: 40
diff changeset
14 gene_annotations/${path}</target>
40
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
15 </move>
43
e42284a13168 planemo upload
scottx611x
parents: 40
diff changeset
16 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/gene_annotations/${path}</value_translation>
40
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
17 <value_translation type="function">abspath</value_translation>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
18 </column>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
19 </output>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
20 </data_table>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
21 </data_manager>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
22
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
23 </data_managers>