diff numeric_clustering.xml @ 26:37e193b3fdd7 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:10:13 -0400
parents abb5a3f256e3
children 83938131dd46
line wrap: on
line diff
--- a/numeric_clustering.xml	Tue Jul 09 19:31:26 2019 -0400
+++ b/numeric_clustering.xml	Fri Aug 09 07:10:13 2019 -0400
@@ -19,11 +19,11 @@
 import numpy as np
 import sklearn.cluster
 import pandas
+
 from sklearn import metrics
 from scipy.io import mmread
+from galaxy_ml.utils import read_columns
 
-sys.path.insert(0, '$__tool_directory__')
-from utils import read_columns
 
 N_JOBS = int(__import__('os').environ.get('GALAXY_SLOTS', 1))