diff qiime2__longitudinal__maturity_index.xml @ 2:65eb20bd61f1 draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 65e4952f33eb335528e8553150e9097e5ea8f556
author q2d2
date Thu, 08 Jun 2023 19:48:54 +0000
parents 440d5bfda88c
children 915a49001f9b
line wrap: on
line diff
--- a/qiime2__longitudinal__maturity_index.xml	Fri Jan 13 22:57:50 2023 +0000
+++ b/qiime2__longitudinal__maturity_index.xml	Thu Jun 08 19:48:54 2023 +0000
@@ -6,14 +6,14 @@
 -->
 <!--
 This tool was automatically generated by:
-    q2galaxy (version: 2022.11.1)
+    q2galaxy (version: 2023.5.0)
 for:
-    qiime2 (version: 2022.11.1)
+    qiime2 (version: 2023.5.1)
 -->
-<tool name="qiime2 longitudinal maturity-index" id="qiime2__longitudinal__maturity_index" version="2022.11.1+q2galaxy.2022.11.1.2" profile="22.05" license="BSD-3-Clause">
+<tool name="qiime2 longitudinal maturity-index" id="qiime2__longitudinal__maturity_index" version="2023.5.0+q2galaxy.2023.5.0.2" profile="22.05" license="BSD-3-Clause">
     <description>Microbial maturity index prediction.</description>
     <requirements>
-        <container type="docker">quay.io/qiime2/core:2022.11</container>
+        <container type="docker">quay.io/qiime2/core:2023.5</container>
     </requirements>
     <version_command>q2galaxy version longitudinal</version_command>
     <command detect_errors="exit_code">q2galaxy run longitudinal maturity_index '$inputs'</command>
@@ -76,11 +76,12 @@
                     </param>
                 </when>
             </conditional>
-            <param name="estimator" type="select" label="estimator: Str % Choices('RandomForestRegressor', 'ExtraTreesRegressor', 'GradientBoostingRegressor', 'AdaBoostRegressor', 'ElasticNet', 'Ridge', 'Lasso', 'KNeighborsRegressor', 'LinearSVR', 'SVR')">
+            <param name="estimator" type="select" label="estimator: Str % Choices('RandomForestRegressor', 'ExtraTreesRegressor', 'GradientBoostingRegressor', 'AdaBoostRegressor[DecisionTree]', 'AdaBoostRegressor[ExtraTrees]', 'ElasticNet', 'Ridge', 'Lasso', 'KNeighborsRegressor', 'LinearSVR', 'SVR')">
                 <option value="RandomForestRegressor" selected="true">RandomForestRegressor</option>
                 <option value="ExtraTreesRegressor">ExtraTreesRegressor</option>
                 <option value="GradientBoostingRegressor">GradientBoostingRegressor</option>
-                <option value="AdaBoostRegressor">AdaBoostRegressor</option>
+                <option value="AdaBoostRegressor__ob__DecisionTree__cb__">AdaBoostRegressor[DecisionTree]</option>
+                <option value="AdaBoostRegressor__ob__ExtraTrees__cb__">AdaBoostRegressor[ExtraTrees]</option>
                 <option value="ElasticNet">ElasticNet</option>
                 <option value="Ridge">Ridge</option>
                 <option value="Lasso">Lasso</option>