Mercurial > repos > bgruening > sklearn_build_pipeline
diff pipeline.xml @ 5:242ca5bcd403 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 2a058459e6daf0486871f93845f00fdb4a4eaca1
author | bgruening |
---|---|
date | Sat, 29 Sep 2018 07:27:12 -0400 (2018-09-29) |
parents | 86450dde8682 |
children | 52c4e0ef580a |
line wrap: on
line diff
--- a/pipeline.xml Thu Aug 23 16:14:48 2018 -0400 +++ b/pipeline.xml Sat Sep 29 07:27:12 2018 -0400 @@ -26,7 +26,7 @@ tree, neighbors, decomposition, kernel_approximation, cluster) from sklearn.pipeline import Pipeline -execfile("$__tool_directory__/utils.py") +exec(open("$__tool_directory__/utils.py").read(), globals()) safe_eval = SafeEval()