# HG changeset patch # User q2d2 # Date 1661802685 0 # Node ID bafd0cd558db1ac1521ba7d6703c410265265ec1 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_classifier commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r bafd0cd558db qiime2__feature_classifier__classify_hybrid_vsearch_sklearn.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__feature_classifier__classify_hybrid_vsearch_sklearn.xml Mon Aug 29 19:51:25 2022 +0000 @@ -0,0 +1,156 @@ + + + + + ALPHA Hybrid classifier: VSEARCH exact match + sklearn classifier + + quay.io/qiime2/core:2022.8 + + q2galaxy version feature_classifier + q2galaxy run feature_classifier classify_hybrid_vsearch_sklearn '$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]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['TaxonomicClassifier'] + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: feature-classifier classify-hybrid-vsearch-sklearn +=========================================================== +ALPHA Hybrid classifier: VSEARCH exact match + sklearn classifier + + +Outputs: +-------- +:classification.qza: Taxonomy classifications of query sequences. + +| + +Description: +------------ +NOTE: THIS PIPELINE IS AN ALPHA RELEASE. Please report bugs to https://forum.qiime2.org! +Assign taxonomy to query sequences using hybrid classifier. First performs rough positive filter to remove artifact and low-coverage sequences (use "prefilter" parameter to toggle this step on or off). Second, performs VSEARCH exact match between query and reference_reads to find exact matches, followed by least common ancestor consensus taxonomy assignment from among maxaccepts top hits, min_consensus of which share that taxonomic assignment. Query sequences without an exact match are then classified with a pre-trained sklearn taxonomy classifier to predict the most likely taxonomic lineage. + + +| + + + + 10.1186/s40168-018-0470-z + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r bafd0cd558db test-data/.gitkeep