comparison qiime2__dada2__denoise_ccs.xml @ 8:3e2a146511b0 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:28 +0000
parents 4d29020147f3
children
comparison
equal deleted inserted replaced
7:4d29020147f3 8:3e2a146511b0
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-ccs" id="qiime2__dada2__denoise_ccs" version="2025.7.0+q2galaxy.2025.7.0" profile="22.05" license="BSD-3-Clause"> 13 <tool name="qiime2 dada2 denoise-ccs" id="qiime2__dada2__denoise_ccs" version="2025.10.0+q2galaxy.2025.10.0" profile="22.05" license="BSD-3-Clause">
14 <description>Denoise and dereplicate single-end Pacbio CCS</description> 14 <description>Denoise and dereplicate single-end Pacbio CCS</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_ccs '$inputs'</command> 22 <command detect_errors="exit_code">q2galaxy run dada2 denoise_ccs '$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"/>
78 </inputs> 78 </inputs>
79 <outputs> 79 <outputs>
80 <data name="table" format="qza" label="${tool.name} on ${on_string}: table.qza" from_work_dir="table.qza"/> 80 <data name="table" format="qza" label="${tool.name} on ${on_string}: table.qza" from_work_dir="table.qza"/>
81 <data name="representative_sequences" format="qza" label="${tool.name} on ${on_string}: representative_sequences.qza" from_work_dir="representative_sequences.qza"/> 81 <data name="representative_sequences" format="qza" label="${tool.name} on ${on_string}: representative_sequences.qza" from_work_dir="representative_sequences.qza"/>
82 <data name="denoising_stats" format="qza" label="${tool.name} on ${on_string}: denoising_stats.qza" from_work_dir="denoising_stats.qza"/> 82 <data name="denoising_stats" format="qza" label="${tool.name} on ${on_string}: denoising_stats.qza" from_work_dir="denoising_stats.qza"/>
83 <data name="base_transition_stats" format="qza" label="${tool.name} on ${on_string}: base_transition_stats.qza" from_work_dir="base_transition_stats.qza"/>
83 </outputs> 84 </outputs>
84 <tests/> 85 <tests/>
85 <help> 86 <help>
86 QIIME 2: dada2 denoise-ccs 87 QIIME 2: dada2 denoise-ccs
87 ========================== 88 ==========================
90 91
91 Outputs: 92 Outputs:
92 -------- 93 --------
93 :table.qza: The resulting feature table. 94 :table.qza: The resulting feature table.
94 :representative_sequences.qza: The resulting feature sequences. Each feature in the feature table will be represented by exactly one sequence. 95 :representative_sequences.qza: The resulting feature sequences. Each feature in the feature table will be represented by exactly one sequence.
95 :denoising_stats.qza: &lt;no description&gt; 96 :denoising_stats.qza: A table listing per-sample read retention counts and percentages after each stage of the pipeline.
97 :base_transition_stats.qza: A table listing the transition rates of each ordered pair of nucleotides at each quality score.
96 98
97 | 99 |
98 100
99 Description: 101 Description:
100 ------------ 102 ------------