comparison qiime2__feature_classifier__classify_sklearn.xml @ 7:9cac0601eb35 draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_classifier commit 9436cc47c72b58a6a3d3a5c2ee075689c2926ef0
author q2d2
date Tue, 15 Jul 2025 21:56:02 +0000
parents 83b0feec07cf
children
comparison
equal deleted inserted replaced
6:83b0feec07cf 7:9cac0601eb35
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: 2025.4.0) 9 q2galaxy (version: 2025.7.0)
10 for: 10 for:
11 qiime2 (version: 2025.4.0) 11 qiime2 (version: 2025.7.0)
12 --> 12 -->
13 <tool name="qiime2 feature-classifier classify-sklearn" id="qiime2__feature_classifier__classify_sklearn" version="2025.4.0+q2galaxy.2025.4.0" profile="22.05" license="BSD-3-Clause"> 13 <tool name="qiime2 feature-classifier classify-sklearn" id="qiime2__feature_classifier__classify_sklearn" version="2025.7.0+q2galaxy.2025.7.0" profile="22.05" license="BSD-3-Clause">
14 <description>Pre-fitted sklearn-based taxonomy classifier</description> 14 <description>Pre-fitted sklearn-based taxonomy classifier</description>
15 <xrefs> 15 <xrefs>
16 <xref type="bio.tools">qiime2</xref> 16 <xref type="bio.tools">qiime2</xref>
17 </xrefs> 17 </xrefs>
18 <requirements> 18 <requirements>
19 <container type="docker">quay.io/qiime2/amplicon:2025.4</container> 19 <container type="docker">quay.io/qiime2/amplicon:2025.7</container>
20 </requirements> 20 </requirements>
21 <version_command>q2galaxy version feature_classifier</version_command> 21 <version_command>q2galaxy version feature_classifier</version_command>
22 <command detect_errors="exit_code">q2galaxy run feature_classifier classify_sklearn '$inputs'</command> 22 <command detect_errors="exit_code">q2galaxy run feature_classifier classify_sklearn '$inputs'</command>
23 <configfiles> 23 <configfiles>
24 <inputs name="inputs" data_style="staging_path_and_source_path"/> 24 <inputs name="inputs" data_style="staging_path_and_source_path"/>
64 </when> 64 </when>
65 <when value="__q2galaxy__::control::Float X Range(0__comma__ 1__comma__ inclusive_end=True)"> 65 <when value="__q2galaxy__::control::Float X Range(0__comma__ 1__comma__ inclusive_end=True)">
66 <param name="confidence" type="float" min="0" max="1" value="0.7" label="confidence: Float % Range(0, 1, inclusive_end=True)" help="[default: 0.7] Confidence threshold for limiting taxonomic depth. Set to &quot;disable&quot; to disable confidence calculation, or 0 to calculate confidence but not apply it to limit the taxonomic depth of the assignments."/> 66 <param name="confidence" type="float" min="0" max="1" value="0.7" label="confidence: Float % Range(0, 1, inclusive_end=True)" help="[default: 0.7] Confidence threshold for limiting taxonomic depth. Set to &quot;disable&quot; to disable confidence calculation, or 0 to calculate confidence but not apply it to limit the taxonomic depth of the assignments."/>
67 </when> 67 </when>
68 </conditional> 68 </conditional>
69 <param name="read_orientation" type="select" label="read_orientation: Str % Choices('same', 'reverse-complement', 'auto')" display="radio"> 69 <param name="read_orientation" type="select" label="read_orientation: Str % Choices('same', 'reverse-complement', 'auto', 'both')" display="radio">
70 <option value="same">same</option> 70 <option value="same">same</option>
71 <option value="reverse-complement">reverse-complement</option> 71 <option value="reverse-complement">reverse-complement</option>
72 <option value="auto" selected="true">auto</option> 72 <option value="auto" selected="true">auto</option>
73 <option value="both">both</option>
73 </param> 74 </param>
74 </section> 75 </section>
75 </inputs> 76 </inputs>
76 <outputs> 77 <outputs>
77 <data name="classification" format="qza" label="${tool.name} on ${on_string}: classification.qza" from_work_dir="classification.qza"/> 78 <data name="classification" format="qza" label="${tool.name} on ${on_string}: classification.qza" from_work_dir="classification.qza"/>