Mercurial > repos > bgruening > sklearn_generalized_linear
diff generalized_linear.xml @ 26:9d3a024cf2da draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 60f0fbc0eafd7c11bc60fb6c77f2937782efd8a9-dirty
author | bgruening |
---|---|
date | Fri, 09 Aug 2019 07:07:13 -0400 |
parents | b628de0d101f |
children | 63417d0acc72 |
line wrap: on
line diff
--- a/generalized_linear.xml Tue Jul 09 19:39:02 2019 -0400 +++ b/generalized_linear.xml Fri Aug 09 07:07:13 2019 -0400 @@ -20,10 +20,10 @@ import sklearn.linear_model import pandas import pickle -from scipy.io import mmread -sys.path.insert(0, '$__tool_directory__') -from utils import load_model, get_X_y +from scipy.io import mmread +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: