# HG changeset patch # User q2d2 # Date 1661805016 0 # Node ID 41b0195ccfdcd0203c87424d29f9f5cbd2fa2d5d planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 41b0195ccfdc qiime2__taxa__barplot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__taxa__barplot.xml Mon Aug 29 20:30:16 2022 +0000 @@ -0,0 +1,80 @@ + + + + + Visualize taxonomy with an interactive bar plot + + quay.io/qiime2/core:2022.8 + + q2galaxy version taxa + q2galaxy run taxa barplot '$inputs' + + + + + + + + + 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[Taxonomy]'] + +
+ + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: taxa barplot +===================== +Visualize taxonomy with an interactive bar plot + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +This visualizer produces an interactive barplot visualization of taxonomies. Interactive features include multi-level sorting, plot recoloring, sample relabeling, and SVG figure export. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 41b0195ccfdc test-data/.gitkeep