# HG changeset patch # User q2d2 # Date 1762017017 0 # Node ID 1601b340fb81080e2007f97b849f608bca4e269d # Parent be83e72c1ee98dc78b77b49fd627fcc858547b88 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__dada2 commit 64ed09f1f1c680ad8373d261bd6be43a4f8a8d5b diff -r be83e72c1ee9 -r 1601b340fb81 qiime2__dada2__denoise_single.xml --- a/qiime2__dada2__denoise_single.xml Tue Jul 15 21:48:40 2025 +0000 +++ b/qiime2__dada2__denoise_single.xml Sat Nov 01 17:10:17 2025 +0000 @@ -6,17 +6,17 @@ --> - + Denoise and dereplicate single-end sequences qiime2 - quay.io/qiime2/amplicon:2025.7 + quay.io/qiime2/amplicon:2025.10 q2galaxy version dada2 q2galaxy run dada2 denoise_single '$inputs' @@ -26,8 +26,8 @@ + - hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]', 'SampleData[SequencesWithQuality]'] @@ -55,6 +55,7 @@ + @@ -82,6 +83,13 @@ + + + + + + + @@ -94,7 +102,8 @@ -------- :table.qza: The resulting feature table. :representative_sequences.qza: The resulting feature sequences. Each feature in the feature table will be represented by exactly one sequence. -:denoising_stats.qza: <no description> +:denoising_stats.qza: A table listing per-sample read retention counts and percentages after each stage of the pipeline. +:base_transition_stats.qza: A table listing the transition rates of each ordered pair of nucleotides at each quality score. | diff -r be83e72c1ee9 -r 1601b340fb81 test-data/denoise_paired.test0.demux-paired.qza Binary file test-data/denoise_paired.test0.demux-paired.qza has changed diff -r be83e72c1ee9 -r 1601b340fb81 test-data/denoise_single.test0.demux-single.qza Binary file test-data/denoise_single.test0.demux-single.qza has changed