Mercurial > repos > bgruening > sklearn_clf_metrics
diff clf_metrics.xml @ 27:a0635108f6ec 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:32:19 -0400 |
parents | 4e0b0a6a89a6 |
children | e801d2034575 |
line wrap: on
line diff
--- a/clf_metrics.xml Tue Jul 09 19:16:59 2019 -0400 +++ b/clf_metrics.xml Fri Aug 09 06:32:19 2019 -0400 @@ -21,9 +21,8 @@ import numpy as np import sys from sklearn import metrics +from galaxy_ml.utils import read_columns -sys.path.insert(0, '$__tool_directory__') -from utils import read_columns input_json_path = sys.argv[1] with open(input_json_path, "r") as param_handler: