diff numeric_clustering.xml @ 25:64200dc3d769 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit d00173591e4a783a4c1cb2664e4bb192ab5414f7
author bgruening
date Fri, 17 Aug 2018 12:21:11 -0400
parents 89af3ccbec73
children a62c8c1f2ef7
line wrap: on
line diff
--- a/numeric_clustering.xml	Tue Aug 07 05:41:07 2018 -0400
+++ b/numeric_clustering.xml	Fri Aug 17 12:21:11 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: