Mercurial > repos > bgruening > sklearn_numeric_clustering
diff numeric_clustering.xml @ 32:a36e1455971d 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:19:29 -0400 |
parents | 60d80322e1e9 |
children | 80bb86a40de6 |
line wrap: on
line diff
--- a/numeric_clustering.xml Tue Jul 09 19:12:09 2019 -0400 +++ b/numeric_clustering.xml Fri Aug 09 06:19:29 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))