Mercurial > repos > scottx611x > data_manager_fetch_gene_annotation
comparison data_manager_conf.xml @ 39:2ab076cf69df draft
planemo upload for repository https://scottx611x@toolshed.g2.bx.psu.edu/repos/scottx611x/data_manager_fetch_gene_annotation
author | scottx611x |
---|---|
date | Fri, 08 Jul 2016 11:17:50 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
38:d27c122c2424 | 39:2ab076cf69df |
---|---|
1 <?xml version="1.0"?> | |
2 <data_managers> | |
3 | |
4 <data_manager tool_file="data_manager/gene_annotation_fetcher.xml" id="gene_annotation_fetcher" version="1.0.0"> | |
5 <data_table name="gene_annotation"> | |
6 <output> | |
7 <column name="value" /> | |
8 <column name="dbkey" /> | |
9 <column name="name" /> | |
10 <column name="path" output_ref="out_file"> | |
11 <move type="file"> | |
12 <source>${path}</source> | |
13 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">gene_annotations/${name}</target> | |
14 </move> | |
15 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/gene_annotations/${name}</value_translation> | |
16 <value_translation type="function">abspath</value_translation> | |
17 </column> | |
18 </output> | |
19 </data_table> | |
20 </data_manager> | |
21 | |
22 </data_managers> |