Repository 'ceas'
hg clone https://toolshed.g2.bx.psu.edu/repos/pjbriggs/ceas

Changeset 1:df9033b88b53 (2016-08-11)
Previous changeset 0:f411ce97a351 (2015-06-30) Next changeset 2:d2283cca00cd (2016-10-18)
Commit message:
Fix data manager for Galaxy version v16.04 (was failing with import error for 'six' package)
modified:
data_manager/data_manager_ceas_fetch_annotations.py
b
diff -r f411ce97a351 -r df9033b88b53 data_manager/data_manager_ceas_fetch_annotations.py
--- a/data_manager/data_manager_ceas_fetch_annotations.py Tue Jun 30 07:08:05 2015 -0400
+++ b/data_manager/data_manager_ceas_fetch_annotations.py Thu Aug 11 04:16:49 2016 -0400
b
@@ -10,7 +10,11 @@
 import gzip
 import shutil
 
-from galaxy.util.json import from_json_string, to_json_string
+# Convenience functions mapping to JSON conversion
+# (this idiom borrowed from lib/galaxy/utils/json.py)
+import json
+to_json_string = json.dumps
+from_json_string = json.loads
 
 # Download file from specified URL and put into local subdir