Mercurial > repos > bgruening > sklearn_numeric_clustering
diff numeric_clustering.xml @ 19:6ba8d7af7e7a 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:07 -0400 |
parents | f02f05990cc9 |
children | 1d6d938e7ee2 |
line wrap: on
line diff
--- a/numeric_clustering.xml Tue Aug 07 05:46:40 2018 -0400 +++ b/numeric_clustering.xml Fri Aug 17 12:28:07 2018 -0400 @@ -16,13 +16,12 @@ <![CDATA[ import sys import json -import numpy as np import sklearn.cluster import pandas from sklearn import metrics from scipy.io import mmread -@COLUMNS_FUNCTION@ +execfile("$__tool_directory__/utils.py") input_json_path = sys.argv[1] with open(input_json_path, "r") as param_handler: