diff clf_metrics.xml @ 19:309ef982e9f1 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit d00173591e4a783a4c1cb2664e4bb192ab5414f7
author bgruening
date Fri, 17 Aug 2018 12:29:12 -0400
parents 8da7dc3f4e66
children ce75dea7d3f0
line wrap: on
line diff
--- a/clf_metrics.xml	Tue Aug 07 05:47:44 2018 -0400
+++ b/clf_metrics.xml	Fri Aug 17 12:29:12 2018 -0400
@@ -21,7 +21,7 @@
 import numpy as np
 from sklearn import metrics
 
-@COLUMNS_FUNCTION@
+execfile("$__tool_directory__/utils.py")
 
 input_json_path = sys.argv[1]
 with open(input_json_path, "r") as param_handler: