# HG changeset patch # User q2d2 # Date 1661801052 0 # Node ID 8860fd51e176d3b79ad69e8b37d255622180310c planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__dada2 commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 8860fd51e176 qiime2__dada2__denoise_ccs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__dada2__denoise_ccs.xml Mon Aug 29 19:24:12 2022 +0000 @@ -0,0 +1,99 @@ + + + + + Denoise and dereplicate single-end Pacbio CCS + + quay.io/qiime2/core:2022.8 + + q2galaxy version dada2 + q2galaxy run dada2 denoise_ccs '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[SequencesWithQuality]'] + + + + + + value is not None and len(value) > 0 + + + + + + value is not None and len(value) > 0 + +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +QIIME 2: dada2 denoise-ccs +========================== +Denoise and dereplicate single-end Pacbio CCS + + +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. +:denoising_stats.qza: <no description> + +| + +Description: +------------ +This method denoises single-end Pacbio CCS sequences, dereplicates them, and filters chimeras. Tutorial and workflow: https://github.com/benjjneb/LRASManuscript + + +| + + + + 10.1038/nmeth.3869 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 8860fd51e176 test-data/.gitkeep