Mercurial > repos > scottx611x > data_manager_fetch_gene_annotation
comparison data_manager_conf.xml @ 46:9346d2955707 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_gene_annotation/ commit 8652f36a3a3838dca989426961561e81432acf4f
author | iuc |
---|---|
date | Tue, 04 Apr 2017 18:07:39 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
45:16e961b2f35c | 46:9346d2955707 |
---|---|
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="gff_gene_annotations"> | |
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}">${dbkey}/seq/${path}</target> | |
14 </move> | |
15 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${dbkey}/seq/${path}</value_translation> | |
16 <value_translation type="function">abspath</value_translation> | |
17 </column> | |
18 </output> | |
19 </data_table> | |
20 </data_manager> | |
21 | |
22 </data_managers> |