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

Changeset 24:301e07345c93 (2022-08-11)
Previous changeset 23:c6ae57f774c6 (2022-05-27) Next changeset 25:fc99237f3392 (2023-08-09)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit f031d8ddfb73cec24572648666ac44ee47f08aad
modified:
main_macros.xml
search_model_validation.xml
b
diff -r c6ae57f774c6 -r 301e07345c93 main_macros.xml
--- a/main_macros.xml Fri May 27 11:33:30 2022 +0000
+++ b/main_macros.xml Thu Aug 11 09:04:43 2022 +0000
b
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@VERSION@">1.0.8.3</token>
+    <token name="@VERSION@">1.0.8.4</token>
 
     <xml name="python_requirements">
         <requirements>
b
diff -r c6ae57f774c6 -r 301e07345c93 search_model_validation.xml
--- a/search_model_validation.xml Fri May 27 11:33:30 2022 +0000
+++ b/search_model_validation.xml Thu Aug 11 09:04:43 2022 +0000
b
@@ -9,7 +9,7 @@
             <param name="infile_params" type="data" format="tabular" optional="true" label="Choose the dataset containing parameter names" help="This dataset could be the output of `get_params` in the `Estimator Attributes` tool."/>
             <repeat name="param_set" min="1" max="30" title="Parameter settings for search:">
                 <param name="sp_name" type="select" optional="true" label="Choose a parameter name (with current value)">
-                    <options from_dataset="infile_params" startswith="@">
+                    <options from_dataset="infile_params">
                     <column name="name" index="2"/>
                     <column name="value" index="1"/>
                     <filter type="unique_value" name="unique_param" column="1"/>