diff svm.xml @ 3:297541cc26d0 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit d00173591e4a783a4c1cb2664e4bb192ab5414f7
author bgruening
date Fri, 17 Aug 2018 12:26:01 -0400
parents 7bee4014724a
children 41d0edb7d1fc
line wrap: on
line diff
--- a/svm.xml	Tue Aug 07 05:45:15 2018 -0400
+++ b/svm.xml	Fri Aug 17 12:26:01 2018 -0400
@@ -17,13 +17,11 @@
 <![CDATA[
 import sys
 import json
-import numpy as np
 import sklearn.svm
 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: