comparison qiime2__dada2__denoise_pyro.xml @ 8:4ceff2d8736a draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__dada2 commit 64ed09f1f1c680ad8373d261bd6be43a4f8a8d5b
author q2d2
date Sat, 01 Nov 2025 17:10:23 +0000
parents b9c202882848
children
comparison
equal deleted inserted replaced
7:b9c202882848 8:4ceff2d8736a
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.7.0) 9 q2galaxy (version: 2025.10.0)
10 for: 10 for:
11 qiime2 (version: 2025.7.0) 11 qiime2 (version: 2025.10.0)
12 --> 12 -->
13 <tool name="qiime2 dada2 denoise-pyro" id="qiime2__dada2__denoise_pyro" version="2025.7.0+q2galaxy.2025.7.0" profile="22.05" license="BSD-3-Clause"> 13 <tool name="qiime2 dada2 denoise-pyro" id="qiime2__dada2__denoise_pyro" version="2025.10.0+q2galaxy.2025.10.0" profile="22.05" license="BSD-3-Clause">
14 <description>Denoise and dereplicate single-end pyrosequences</description> 14 <description>Denoise and dereplicate single-end pyrosequences</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.7</container> 19 <container type="docker">quay.io/qiime2/amplicon:2025.10</container>
20 </requirements> 20 </requirements>
21 <version_command>q2galaxy version dada2</version_command> 21 <version_command>q2galaxy version dada2</version_command>
22 <command detect_errors="exit_code">q2galaxy run dada2 denoise_pyro '$inputs'</command> 22 <command detect_errors="exit_code">q2galaxy run dada2 denoise_pyro '$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"/>
53 </inputs> 53 </inputs>
54 <outputs> 54 <outputs>
55 <data name="table" format="qza" label="${tool.name} on ${on_string}: table.qza" from_work_dir="table.qza"/> 55 <data name="table" format="qza" label="${tool.name} on ${on_string}: table.qza" from_work_dir="table.qza"/>
56 <data name="representative_sequences" format="qza" label="${tool.name} on ${on_string}: representative_sequences.qza" from_work_dir="representative_sequences.qza"/> 56 <data name="representative_sequences" format="qza" label="${tool.name} on ${on_string}: representative_sequences.qza" from_work_dir="representative_sequences.qza"/>
57 <data name="denoising_stats" format="qza" label="${tool.name} on ${on_string}: denoising_stats.qza" from_work_dir="denoising_stats.qza"/> 57 <data name="denoising_stats" format="qza" label="${tool.name} on ${on_string}: denoising_stats.qza" from_work_dir="denoising_stats.qza"/>
58 <data name="base_transition_stats" format="qza" label="${tool.name} on ${on_string}: base_transition_stats.qza" from_work_dir="base_transition_stats.qza"/>
58 </outputs> 59 </outputs>
59 <tests/> 60 <tests/>
60 <help> 61 <help>
61 QIIME 2: dada2 denoise-pyro 62 QIIME 2: dada2 denoise-pyro
62 =========================== 63 ===========================
65 66
66 Outputs: 67 Outputs:
67 -------- 68 --------
68 :table.qza: The resulting feature table. 69 :table.qza: The resulting feature table.
69 :representative_sequences.qza: The resulting feature sequences. Each feature in the feature table will be represented by exactly one sequence. 70 :representative_sequences.qza: The resulting feature sequences. Each feature in the feature table will be represented by exactly one sequence.
70 :denoising_stats.qza: &lt;no description&gt; 71 :denoising_stats.qza: A table listing per-sample read retention counts and percentages after each stage of the pipeline.
72 :base_transition_stats.qza: A table listing the transition rates of each ordered pair of nucleotides at each quality score.
71 73
72 | 74 |
73 75
74 Description: 76 Description:
75 ------------ 77 ------------