# HG changeset patch # User Catherine Wise # Date 1431470833 -36000 # Node ID 16b0ceecf1f7b8eea2971624317fe9007f97c284 # Parent 0f2a5664c9ebe2dba6ecb6bd501dc2ecdcd3f24b * Open in new window/tab * Apparently URL has to be capitalised (why... who knows, there's no docs). diff -r 0f2a5664c9eb -r 16b0ceecf1f7 TrustStoreGalaxyBrowse.py --- a/TrustStoreGalaxyBrowse.py Tue May 12 11:35:04 2015 +1000 +++ b/TrustStoreGalaxyBrowse.py Wed May 13 08:47:13 2015 +1000 @@ -110,7 +110,7 @@ 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]) - url_params = json_params['url'].split(";") + url_params = json_params['URL'].split(";") if len(url_params) < 3: print("The url we got back is malformed: "+ url_params) sys.exit(5) diff -r 0f2a5664c9eb -r 16b0ceecf1f7 TrustStoreGalaxyBrowse.xml --- a/TrustStoreGalaxyBrowse.xml Tue May 12 11:35:04 2015 +1000 +++ b/TrustStoreGalaxyBrowse.xml Wed May 13 08:47:13 2015 +1000 @@ -1,5 +1,6 @@ - - secure cloud storage. + + + secure cloud storage. @@ -7,10 +8,12 @@ TrustStoreGalaxyImport.py $output "." - - go to TrustStore server $GALAXY_URL $tool_id + + go to TrustStore server $GALAXY_URL +