Repository 'sklearn_numeric_clustering'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_numeric_clustering

Changeset 1:ef41c78f2167 (2018-02-16)
Previous changeset 0:c7b8fab00c0f (2018-02-16) Next changeset 2:d35a435da906 (2018-03-13)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit 69ddd1c2c64661f6ac6d18848188330c679ce894
modified:
main_macros.xml
b
diff -r c7b8fab00c0f -r ef41c78f2167 main_macros.xml
--- a/main_macros.xml Fri Feb 16 09:17:59 2018 -0500
+++ b/main_macros.xml Fri Feb 16 14:55:50 2018 -0500
b
@@ -175,7 +175,7 @@
   </xml>
 
   <xml name="min_samples_split" token_default_value="2" token_help=" ">
-    <param argument="min_samples_split" type="integer" optional="true" value="@DEFAULT_VALUE@" label="Maximum depth of the tree" help="@HELP@"/>
+    <param argument="min_samples_split" type="integer" optional="true" value="@DEFAULT_VALUE@" label="Minimum number of samples required to split an internal node" help="@HELP@"/>
   </xml>
 
   <xml name="min_samples_leaf" token_default_value="1" token_help=" ">