diff model_validation.xml @ 14:e244d6f2df1a draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 2a058459e6daf0486871f93845f00fdb4a4eaca1
author bgruening
date Sat, 29 Sep 2018 07:39:48 -0400
parents badd86b9ce24
children 86e1e2874460
line wrap: on
line diff
--- a/model_validation.xml	Thu Aug 23 16:21:01 2018 -0400
+++ b/model_validation.xml	Sat Sep 29 07:39:48 2018 -0400
@@ -23,7 +23,7 @@
 from sklearn import preprocessing, model_selection, svm, linear_model, ensemble, naive_bayes, tree, neighbors
 from sklearn.pipeline import Pipeline
 
-execfile("$__tool_directory__/utils.py")
+exec(open("$__tool_directory__/utils.py").read(), globals())
 
 safe_eval = SafeEval()