Mercurial > repos > pjbriggs > ceas
comparison data_manager_conf.xml @ 0:f411ce97a351 draft
Uploaded initial version 1.0.2-2
author | pjbriggs |
---|---|
date | Tue, 30 Jun 2015 07:08:05 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f411ce97a351 |
---|---|
1 <?xml version="1.0"?> | |
2 <data_managers> | |
3 <data_manager tool_file="data_manager/data_manager_ceas_fetch_annotations.xml" id="ceas_fetch_annotations"> | |
4 <data_table name="ceas_annotations"> | |
5 <output> | |
6 <column name="value" /> | |
7 <column name="dbkey" /> | |
8 <column name="name" /> | |
9 <column name="path" output_ref="out_file" > | |
10 <move type="file"> | |
11 <source>${path}</source> | |
12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">ceas/${dbkey}/${path}</target> | |
13 </move> | |
14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/ceas/${dbkey}/${path}</value_translation> | |
15 <value_translation type="function">abspath</value_translation> | |
16 </column> | |
17 </output> | |
18 </data_table> | |
19 </data_manager> | |
20 </data_managers> |