diff numeric_clustering.xml @ 27:a62c8c1f2ef7 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 2a058459e6daf0486871f93845f00fdb4a4eaca1
author bgruening
date Sat, 29 Sep 2018 07:18:42 -0400
parents 64200dc3d769
children c156b85a6389
line wrap: on
line diff
--- a/numeric_clustering.xml	Thu Aug 23 16:09:39 2018 -0400
+++ b/numeric_clustering.xml	Sat Sep 29 07:18:42 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: