diff clf_metrics.xml @ 20:ba8a518a0b21 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit d00173591e4a783a4c1cb2664e4bb192ab5414f7
author bgruening
date Fri, 17 Aug 2018 12:22:43 -0400
parents 6f94f6805db4
children 97d5f4bc5bb0
line wrap: on
line diff
--- a/clf_metrics.xml	Tue Aug 07 05:42:34 2018 -0400
+++ b/clf_metrics.xml	Fri Aug 17 12:22:43 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: