diff pre_process.xml @ 21:4dea5a431d45 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:21 -0400
parents 928027486e78
children 792ae8a93b07
line wrap: on
line diff
--- a/pre_process.xml	Tue Aug 07 05:42:14 2018 -0400
+++ b/pre_process.xml	Fri Aug 17 12:22:21 2018 -0400
@@ -19,12 +19,11 @@
 import json
 import pandas
 import pickle
-import numpy as np
 from scipy.io import mmread
 from scipy.io import mmwrite
 from sklearn import preprocessing
 
-@COLUMNS_FUNCTION@
+execfile("$__tool_directory__/utils.py")
 
 input_json_path = sys.argv[1]
 with open(input_json_path, "r") as param_handler: