# HG changeset patch # User q2d2 # Date 1661801120 0 # Node ID 0cba463cfb726d2cac994593bd386c645597e3aa planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__deblur commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 0cba463cfb72 qiime2__deblur__denoise_16S.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__deblur__denoise_16S.xml Mon Aug 29 19:25:20 2022 +0000 @@ -0,0 +1,87 @@ + + + + + Deblur sequences using a 16S positive filter. + + quay.io/qiime2/core:2022.8 + + q2galaxy version deblur + q2galaxy run deblur denoise_16S '$inputs' + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[JoinedSequencesWithQuality]', 'SampleData[PairedEndSequencesWithQuality]', 'SampleData[SequencesWithQuality]'] + + +
+ + + + + + + + + +
+
+ + + + + + + +QIIME 2: deblur denoise-16S +=========================== +Deblur sequences using a 16S positive filter. + + +Outputs: +-------- +:table.qza: The resulting denoised feature table. +:representative_sequences.qza: The resulting feature sequences. +:stats.qza: Per-sample stats if requested. + +| + +Description: +------------ +Perform sequence quality control for Illumina data using the Deblur workflow with a 16S reference as a positive filter. Only forward reads are supported at this time. The specific reference used is the 88% OTUs from Greengenes 13_8. This mode of operation should only be used when data were generated from a 16S amplicon protocol on an Illumina platform. The reference is only used to assess whether each sequence is likely to be 16S by a local alignment using SortMeRNA with a permissive e-value; the reference is not used to characterize the sequences. + + +| + + + + @article{cite1, + author = {Amir, Amnon and McDonald, Daniel and Navas-Molina, Jose A and Kopylova, Evguenia and Morton, James T and Xu, Zhenjiang Zech and Kightley, Eric P and Thompson, Luke R and Hyde, Embriette R and Gonzalez, Antonio and Knight, Rob}, + journal = {MSystems}, + number = {2}, + pages = {e00191--16}, + publisher = {Am Soc Microbiol}, + title = {Deblur rapidly resolves single-nucleotide community sequence patterns}, + volume = {2}, + year = {2017} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 0cba463cfb72 test-data/.gitkeep