diff numeric_clustering.xml @ 21:1d6d938e7ee2 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 2a058459e6daf0486871f93845f00fdb4a4eaca1
author bgruening
date Sat, 29 Sep 2018 07:29:32 -0400
parents 6ba8d7af7e7a
children 9d234733ccfd
line wrap: on
line diff
--- a/numeric_clustering.xml	Thu Aug 23 16:15:58 2018 -0400
+++ b/numeric_clustering.xml	Sat Sep 29 07:29:32 2018 -0400
@@ -21,7 +21,7 @@
 from sklearn import metrics
 from scipy.io import mmread
 
-execfile("$__tool_directory__/utils.py")
+exec(open("$__tool_directory__/utils.py").read(), globals())
 
 input_json_path = sys.argv[1]
 with open(input_json_path, "r") as param_handler: