# HG changeset patch # User q2d2 # Date 1661805109 0 # Node ID 3f58a54df83069bddd11ddea2aff789d896eb340 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__vsearch commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 3f58a54df830 qiime2__vsearch__uchime_ref.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__vsearch__uchime_ref.xml Mon Aug 29 20:31:49 2022 +0000 @@ -0,0 +1,83 @@ + + + + + Reference-based chimera filtering with vsearch. + + quay.io/qiime2/core:2022.8 + + q2galaxy version vsearch + q2galaxy run vsearch uchime_ref '$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]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + +
+ + + + + + +
+
+ + + + + + + +QIIME 2: vsearch uchime-ref +=========================== +Reference-based 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_ref 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 3f58a54df830 test-data/.gitkeep