changeset 4:2ca750b9083c

Fix extra files directory.
author Catherine Wise <catherine.wise@csiro.au>
date Fri, 22 May 2015 09:25:27 +1000
parents 34bdad74ec64
children 6e74f34397f1
files TrustStoreGalaxyBrowse.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.py	Fri May 22 08:27:55 2015 +1000
+++ b/TrustStoreGalaxyBrowse.py	Fri May 22 09:25:27 2015 +1000
@@ -117,6 +117,7 @@
     output_data = all_params.get('output_data')
     extra_files_path, file_name, ext, out_data_name, hda_id, dataset_id = \
       operator.itemgetter('extra_files_path', 'file_name', 'ext', 'out_data_name', 'hda_id', 'dataset_id')(output_data[0])
+    extra_files_path = json_params['__new_file_path__']
 
     url_params = urlparse.unquote(json_params['URL']).split(";")
     if len(url_params) < 3: