diff nn_classifier.xml @ 5:753ebd417b17 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit d00173591e4a783a4c1cb2664e4bb192ab5414f7
author bgruening
date Fri, 17 Aug 2018 12:27:46 -0400
parents c4ed38067415
children e972a913e61a
line wrap: on
line diff
--- a/nn_classifier.xml	Tue Aug 07 05:46:28 2018 -0400
+++ b/nn_classifier.xml	Fri Aug 17 12:27:46 2018 -0400
@@ -21,8 +21,7 @@
 import pandas
 import pickle
 
-@COLUMNS_FUNCTION@
-@GET_X_y_FUNCTION@
+execfile("$__tool_directory__/utils.py")
 
 input_json_path = sys.argv[1]
 with open(input_json_path, "r") as param_handler: