# HG changeset patch # User q2d2 # Date 1686253842 0 # Node ID a5c12b452094c7356d0510f556913d103d7be23e planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit 65e4952f33eb335528e8553150e9097e5ea8f556 diff -r 000000000000 -r a5c12b452094 qiime2__quality_control__decontam_score_viz.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__quality_control__decontam_score_viz.xml Thu Jun 08 19:50:42 2023 +0000 @@ -0,0 +1,69 @@ + + + + + Generate a histogram representation of the scores + + quay.io/qiime2/core:2023.5 + + q2galaxy version quality_control + q2galaxy run quality_control decontam_score_viz '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[DecontamScore]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + +
+ + + +
+
+ + + + + +QIIME 2: quality-control decontam-score-viz +=========================================== +Generate a histogram representation of the scores + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +Creates histogram based on the output of decontam identify + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r a5c12b452094 test-data/.gitkeep