# HG changeset patch # User q2d2 # Date 1661804515 0 # Node ID e0a2f5dead3116e0179b8697fbbce829ed97e0c6 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r e0a2f5dead31 qiime2__quality_control__evaluate_taxonomy.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__quality_control__evaluate_taxonomy.xml Mon Aug 29 20:21:55 2022 +0000 @@ -0,0 +1,119 @@ + + + + + Evaluate expected vs. observed taxonomic assignments + + quay.io/qiime2/core:2022.8 + + q2galaxy version quality_control + q2galaxy run quality_control evaluate_taxonomy '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + + +
+ + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[RelativeFrequency]'] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: quality-control evaluate-taxonomy +========================================== +Evaluate expected vs. observed taxonomic assignments + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +This visualizer compares a pair of observed and expected taxonomic assignments to calculate precision, recall, and F-measure at each taxonomic level, up to maximum level specified by the depth parameter. These metrics are calculated at each semicolon-delimited rank. This action is useful for comparing the accuracy of taxonomic assignment, e.g., between different taxonomy classifiers or other bioinformatics methods. Expected taxonomies should be derived from simulated or mock community sequences that have known taxonomic affiliations. + + +| + + + + @article{cite1, + author = {Bokulich, Nicholas A and Kaehler, Benjamin D and Rideout, Jai Ram and Dillon, Matthew and Bolyen, Evan and Knight, Rob and Huttley, Gavin A and Caporaso, J Gregory}, + journal = {Microbiome}, + title = {Optimizing taxonomic classification of marker-gene amplicon sequences with QIIME 2's q2-feature-classifier plugin}, + volume = {In Press}, + year = {2018} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r e0a2f5dead31 test-data/.gitkeep