Mercurial > repos > cathywise > truststore_browse_testing
diff TrustStoreGalaxyBrowse.py @ 10:16b0ceecf1f7
* Open in new window/tab * Apparently URL has to be capitalised (why... who knows, there's no docs).
author | Catherine Wise <catherine.wise@csiro.au> |
---|---|
date | Wed, 13 May 2015 08:47:13 +1000 |
parents | 0f2a5664c9eb |
children | 11344d545e88 |
line wrap: on
line diff
--- 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)