# HG changeset patch # User q2d2 # Date 1661801030 0 # Node ID 4218e31465183aa67377f7f00ece45f69ff31798 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__dada2 commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 4218e3146518 qiime2__dada2__denoise_paired.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__dada2__denoise_paired.xml Mon Aug 29 19:23:50 2022 +0000 @@ -0,0 +1,87 @@ + + + + + Denoise and dereplicate paired-end sequences + + quay.io/qiime2/core:2022.8 + + q2galaxy version dada2 + q2galaxy run dada2 denoise_paired '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]'] + + + +
+ + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +QIIME 2: dada2 denoise-paired +============================= +Denoise and dereplicate paired-end sequences + + +Outputs: +-------- +: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, and these sequences will be the joined paired-end sequences. +:denoising_stats.qza: <no description> + +| + +Description: +------------ +This method denoises paired-end sequences, dereplicates them, and filters chimeras. + + +| + + + + 10.1038/nmeth.3869 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 4218e3146518 test-data/.gitkeep