comparison 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
comparison
equal deleted inserted replaced
1:440d5bfda88c 2:65eb20bd61f1
4 4
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) 5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
6 --> 6 -->
7 <!-- 7 <!--
8 This tool was automatically generated by: 8 This tool was automatically generated by:
9 q2galaxy (version: 2022.11.1) 9 q2galaxy (version: 2023.5.0)
10 for: 10 for:
11 qiime2 (version: 2022.11.1) 11 qiime2 (version: 2023.5.1)
12 --> 12 -->
13 <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"> 13 <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">
14 <description>Microbial maturity index prediction.</description> 14 <description>Microbial maturity index prediction.</description>
15 <requirements> 15 <requirements>
16 <container type="docker">quay.io/qiime2/core:2022.11</container> 16 <container type="docker">quay.io/qiime2/core:2023.5</container>
17 </requirements> 17 </requirements>
18 <version_command>q2galaxy version longitudinal</version_command> 18 <version_command>q2galaxy version longitudinal</version_command>
19 <command detect_errors="exit_code">q2galaxy run longitudinal maturity_index '$inputs'</command> 19 <command detect_errors="exit_code">q2galaxy run longitudinal maturity_index '$inputs'</command>
20 <configfiles> 20 <configfiles>
21 <inputs name="inputs" data_style="paths"/> 21 <inputs name="inputs" data_style="paths"/>
74 <valid initial="string.printable"/> 74 <valid initial="string.printable"/>
75 </sanitizer> 75 </sanitizer>
76 </param> 76 </param>
77 </when> 77 </when>
78 </conditional> 78 </conditional>
79 <param name="estimator" type="select" label="estimator: Str % Choices('RandomForestRegressor', 'ExtraTreesRegressor', 'GradientBoostingRegressor', 'AdaBoostRegressor', 'ElasticNet', 'Ridge', 'Lasso', 'KNeighborsRegressor', 'LinearSVR', 'SVR')"> 79 <param name="estimator" type="select" label="estimator: Str % Choices('RandomForestRegressor', 'ExtraTreesRegressor', 'GradientBoostingRegressor', 'AdaBoostRegressor[DecisionTree]', 'AdaBoostRegressor[ExtraTrees]', 'ElasticNet', 'Ridge', 'Lasso', 'KNeighborsRegressor', 'LinearSVR', 'SVR')">
80 <option value="RandomForestRegressor" selected="true">RandomForestRegressor</option> 80 <option value="RandomForestRegressor" selected="true">RandomForestRegressor</option>
81 <option value="ExtraTreesRegressor">ExtraTreesRegressor</option> 81 <option value="ExtraTreesRegressor">ExtraTreesRegressor</option>
82 <option value="GradientBoostingRegressor">GradientBoostingRegressor</option> 82 <option value="GradientBoostingRegressor">GradientBoostingRegressor</option>
83 <option value="AdaBoostRegressor">AdaBoostRegressor</option> 83 <option value="AdaBoostRegressor__ob__DecisionTree__cb__">AdaBoostRegressor[DecisionTree]</option>
84 <option value="AdaBoostRegressor__ob__ExtraTrees__cb__">AdaBoostRegressor[ExtraTrees]</option>
84 <option value="ElasticNet">ElasticNet</option> 85 <option value="ElasticNet">ElasticNet</option>
85 <option value="Ridge">Ridge</option> 86 <option value="Ridge">Ridge</option>
86 <option value="Lasso">Lasso</option> 87 <option value="Lasso">Lasso</option>
87 <option value="KNeighborsRegressor">KNeighborsRegressor</option> 88 <option value="KNeighborsRegressor">KNeighborsRegressor</option>
88 <option value="LinearSVR">LinearSVR</option> 89 <option value="LinearSVR">LinearSVR</option>