# HG changeset patch # User q2d2 # Date 1686253958 0 # Node ID 124673b2e9e7207e26902c09799344a8bcc5676a # Parent 5750bac5b7443abc9c88e165a1b46b892b27c0cf planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit 65e4952f33eb335528e8553150e9097e5ea8f556 diff -r 5750bac5b744 -r 124673b2e9e7 qiime2__taxa__barplot.xml --- a/qiime2__taxa__barplot.xml Fri Jan 13 23:01:20 2023 +0000 +++ b/qiime2__taxa__barplot.xml Thu Jun 08 19:52:38 2023 +0000 @@ -6,14 +6,14 @@ --> - + Visualize taxonomy with an interactive bar plot - quay.io/qiime2/core:2022.11 + quay.io/qiime2/core:2023.5 q2galaxy version taxa q2galaxy run taxa barplot '$inputs' @@ -21,19 +21,20 @@ - + + - 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]'] + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]']
+ + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + @@ -48,6 +49,22 @@ + + + + + + + + + + + + + + + +
@@ -95,15 +112,15 @@ ******* Using the ``qiime2 taxa barplot`` tool: #. Set *"table"* to ``#: table.qza`` - #. Set *"taxonomy"* to ``#: taxonomy.qza`` #. Expand the ``additional options`` section - - For *"metadata"*: + #. Set *"taxonomy"* to ``#: taxonomy.qza`` + #. For *"metadata"*: - - Press the ``+ Insert metadata`` button to set up the next steps. + - Press the ``+ Insert metadata`` button to set up the next steps. - #. Leave as ``Metadata from TSV`` - #. Set *"Metadata Source"* to ``sample-metadata.tsv`` + #. Leave as ``Metadata from TSV`` + #. Set *"Metadata Source"* to ``sample-metadata.tsv`` diff -r 5750bac5b744 -r 124673b2e9e7 test-data/barplot.test0.table.qza Binary file test-data/barplot.test0.table.qza has changed diff -r 5750bac5b744 -r 124673b2e9e7 test-data/barplot.test0.taxonomy.qza Binary file test-data/barplot.test0.taxonomy.qza has changed diff -r 5750bac5b744 -r 124673b2e9e7 test-data/collapse.test0.table.qza Binary file test-data/collapse.test0.table.qza has changed diff -r 5750bac5b744 -r 124673b2e9e7 test-data/collapse.test0.taxonomy.qza Binary file test-data/collapse.test0.taxonomy.qza has changed