Mercurial > repos > scottx611x > data_manager_fetch_gene_annotation
changeset 29:8de8027f8d74 draft
planemo upload
author | scottx611x |
---|---|
date | Thu, 23 Jun 2016 16:18:10 -0400 |
parents | cda45d5c11d2 |
children | 37239b820dc6 |
files | data_manager_gene_annotation/data_manager_conf.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager_gene_annotation/data_manager_conf.xml Thu Jun 23 15:50:18 2016 -0400 +++ b/data_manager_gene_annotation/data_manager_conf.xml Thu Jun 23 16:18:10 2016 -0400 @@ -7,8 +7,8 @@ <column name="value" /> <column name="dbkey" /> <column name="name" /> - <column name="path" output_ref="out_file"> - <move type="file"> + <column name="path"> + <move type="file" relativize_symlinks="True"> <source>${path}</source> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/gene_annotations/${path}</target> </move>