diff nn_classifier.xml @ 11:a4afff311e0f draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 60f0fbc0eafd7c11bc60fb6c77f2937782efd8a9-dirty
author bgruening
date Fri, 09 Aug 2019 06:28:25 -0400
parents ae3f9a0f1ec2
children 6cbf023ea0b9
line wrap: on
line diff
--- a/nn_classifier.xml	Tue Jul 09 19:11:12 2019 -0400
+++ b/nn_classifier.xml	Fri Aug 09 06:28:25 2019 -0400
@@ -21,8 +21,8 @@
 import pandas
 import pickle
 
-sys.path.insert(0, '$__tool_directory__')
-from utils import load_model, get_X_y
+from galaxy_ml.utils import load_model, get_X_y
+
 
 input_json_path = sys.argv[1]
 with open(input_json_path, "r") as param_handler: