# HG changeset patch # User q2d2 # Date 1661802735 0 # Node ID 2b3df62a3b6bc3f161bf9f120a7565c0cf65b187 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_classifier commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 2b3df62a3b6b qiime2__feature_classifier__classify_consensus_vsearch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__feature_classifier__classify_consensus_vsearch.xml Mon Aug 29 19:52:15 2022 +0000 @@ -0,0 +1,129 @@ + + + + + VSEARCH-based consensus taxonomy classifier + + quay.io/qiime2/core:2022.8 + + q2galaxy version feature_classifier + q2galaxy run feature_classifier classify_consensus_vsearch '$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 ['FeatureData[Sequence]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +QIIME 2: feature-classifier classify-consensus-vsearch +====================================================== +VSEARCH-based consensus taxonomy classifier + + +Outputs: +-------- +:classification.qza: Taxonomy classifications of query sequences. +:search_results.qza: Top hits for each query. + +| + +Description: +------------ +Assign taxonomy to query sequences using VSEARCH. Performs VSEARCH global alignment between query and reference_reads, then assigns consensus taxonomy to each query sequence from among maxaccepts top hits, min_consensus of which share that taxonomic assignment. Unlike classify-consensus-blast, this method searches the entire reference database before choosing the top N hits, not the first N hits. + + +| + + + + 10.7717/peerj.2584 + 10.1186/s40168-018-0470-z + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 2b3df62a3b6b test-data/.gitkeep