annotate data_manager_gene_annotation/data_manager_conf.xml @ 44:f8cfca91827a draft

planemo upload
author scottx611x
date Fri, 08 Jul 2016 14:54:06 -0400
parents e42284a13168
children 16e961b2f35c
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">
44
f8cfca91827a planemo upload
scottx611x
parents: 43
diff changeset
12 <source>${value}</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>
44
f8cfca91827a planemo upload
scottx611x
parents: 43
diff changeset
16 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH
f8cfca91827a planemo upload
scottx611x
parents: 43
diff changeset
17 }/gene_annotations/${value}</value_translation>
40
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
18 <value_translation type="function">abspath</value_translation>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
19 </column>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
20 </output>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
21 </data_table>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
22 </data_manager>
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
23
87a921902f5e planemo upload
scottx611x
parents:
diff changeset
24 </data_managers>