diff ml_visualization_ex.xml @ 12:6c787aeeac06 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 80417bf0158a9b596e485dd66408f738f405145a
author bgruening
date Mon, 02 Oct 2023 08:27:46 +0000
parents 8e7ae32df1ab
children
line wrap: on
line diff
--- a/ml_visualization_ex.xml	Thu Aug 11 08:09:44 2022 +0000
+++ b/ml_visualization_ex.xml	Mon Oct 02 08:27:46 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="ml_visualization_ex" name="Machine Learning Visualization Extension" version="@VERSION@" profile="20.05">
+<tool id="ml_visualization_ex" name="Machine Learning Visualization Extension" version="@VERSION@" profile="@PROFILE@">
     <description>includes several types of plotting for machine learning</description>
     <macros>
         <import>main_macros.xml</import>
@@ -85,7 +85,7 @@
                 </param>
             </when>
             <when value="feature_importances">
-                <param name="infile_estimator" type="data" format="zip" label="Select the dataset containing fitted estimator/pipeline" />
+                <param name="infile_estimator" type="data" format="h5mlm" label="Select the dataset containing fitted estimator/pipeline" />
                 <param name="infile1" type="data" format="tabular" label="Select the dataset containing feature names" help="Make sure the headers (first row) are feature names." />
                 <conditional name="column_selector_options">
                     <expand macro="samples_column_selector_options" multiple="true" />
@@ -102,7 +102,6 @@
                 <param name="title" type="hidden" value="" optional="true" label="Plot title" help="Optional. If change is desired." />
                 <param name="plot_format" type="hidden" value="png" label="The output format and library" />
             </when>
-
             <when value="classification_confusion_matrix">
                 <param name="infile_true" type="data" format="tabular" label="Select dataset containing true labels" />
                 <param name="header_true" type="boolean" optional="true" truevalue="booltrue" falsevalue="boolfalse" checked="false" label="Does the dataset contain header:" />
@@ -146,7 +145,7 @@
         </test>
         <test>
             <param name="plot_type" value="feature_importances" />
-            <param name="infile_estimator" value="best_estimator_.zip" ftype="zip" />
+            <param name="infile_estimator" value="best_estimator_.h5mlm" ftype="h5mlm" />
             <param name="infile1" value="regression_X.tabular" ftype="tabular" />
             <param name="selected_column_selector_option" value="all_columns" />
             <output name="output" file="ml_vis01.html" compare="sim_size" />