Mercurial > repos > bgruening > sklearn_build_pipeline
diff pipeline.xml @ 5:092b42170dd1 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 2a058459e6daf0486871f93845f00fdb4a4eaca1
author | bgruening |
---|---|
date | Sat, 29 Sep 2018 07:16:09 -0400 |
parents | 9e189ce7d859 |
children | c2bd4fdba005 |
line wrap: on
line diff
--- a/pipeline.xml Thu Aug 23 16:08:10 2018 -0400 +++ b/pipeline.xml Sat Sep 29 07:16:09 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()