# HG changeset patch # User q2d2 # Date 1661805253 0 # Node ID f54b059e52a9880de10c35173a646caa50638edc planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__vsearch commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r f54b059e52a9 qiime2__vsearch__uchime_denovo.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__vsearch__uchime_denovo.xml Mon Aug 29 20:34:13 2022 +0000 @@ -0,0 +1,76 @@ + + + + + De novo chimera filtering with vsearch. + + quay.io/qiime2/core:2022.8 + + q2galaxy version vsearch + q2galaxy run vsearch uchime_denovo '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + +
+ + + + + +
+
+ + + + + + + +QIIME 2: vsearch uchime-denovo +============================== +De novo chimera filtering with vsearch. + + +Outputs: +-------- +:chimeras.qza: The chimeric sequences. +:nonchimeras.qza: The non-chimeric sequences. +:stats.qza: Summary statistics from chimera checking. + +| + +Description: +------------ +Apply the vsearch uchime_denovo method to identify chimeric feature sequences. The results of this method can be used to filter chimeric features from the corresponding feature table. For additional details, please refer to the vsearch documentation. + + +| + + + + 10.7717/peerj.2584 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r f54b059e52a9 test-data/.gitkeep