# HG changeset patch # User bgruening # Date 1518811045 18000 # Node ID 7023b763b914e3cff208f1978dc98806ba1035d5 # Parent 58812a9f83ed9c40d3b518972e56c17c83576646 planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit 69ddd1c2c64661f6ac6d18848188330c679ce894 diff -r 58812a9f83ed -r 7023b763b914 main_macros.xml --- a/main_macros.xml Fri Feb 16 09:20:16 2018 -0500 +++ b/main_macros.xml Fri Feb 16 14:57:25 2018 -0500 @@ -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=" ">