Mercurial > repos > bgruening > sklearn_data_preprocess
diff pre_process.xml @ 19:f196d4715cfb draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit d00173591e4a783a4c1cb2664e4bb192ab5414f7
author | bgruening |
---|---|
date | Fri, 17 Aug 2018 12:28:58 -0400 |
parents | dad38f036e83 |
children | f156acc7239b |
line wrap: on
line diff
--- a/pre_process.xml Tue Aug 07 05:47:31 2018 -0400 +++ b/pre_process.xml Fri Aug 17 12:28:58 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: