changeset 24:301e07345c93 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit f031d8ddfb73cec24572648666ac44ee47f08aad
author bgruening
date Thu, 11 Aug 2022 09:04:43 +0000
parents c6ae57f774c6
children fc99237f3392
files main_macros.xml search_model_validation.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main_macros.xml	Fri May 27 11:33:30 2022 +0000
+++ b/main_macros.xml	Thu Aug 11 09:04:43 2022 +0000
@@ -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>
--- 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
@@ -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"/>