# HG changeset patch # User q2d2 # Date 1673650880 0 # Node ID 5750bac5b7443abc9c88e165a1b46b892b27c0cf # Parent 41b0195ccfdcd0203c87424d29f9f5cbd2fa2d5d planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit 69da7976573cc07a363ac66bdacc9269d7cd3732 diff -r 41b0195ccfdc -r 5750bac5b744 qiime2__taxa__barplot.xml --- a/qiime2__taxa__barplot.xml Mon Aug 29 20:30:16 2022 +0000 +++ b/qiime2__taxa__barplot.xml Fri Jan 13 23:01:20 2023 +0000 @@ -1,22 +1,22 @@ - + Visualize taxonomy with an interactive bar plot - quay.io/qiime2/core:2022.8 + quay.io/qiime2/core:2022.11 q2galaxy version taxa - q2galaxy run taxa barplot '$inputs' + q2galaxy run taxa barplot '$inputs' @@ -53,7 +53,25 @@ - + + + + + + + + + + + + + + + + + + + QIIME 2: taxa barplot ===================== @@ -70,6 +88,39 @@ ------------ This visualizer produces an interactive barplot visualization of taxonomies. Interactive features include multi-level sorting, plot recoloring, sample relabeling, and SVG figure export. +Examples: +--------- + +barplot +******* +Using the ``qiime2 taxa barplot`` tool: + #. Set *"table"* to ``#: table.qza`` + #. Set *"taxonomy"* to ``#: taxonomy.qza`` + #. Expand the ``additional options`` section + + - For *"metadata"*: + + - Press the ``+ Insert metadata`` button to set up the next steps. + + #. Leave as ``Metadata from TSV`` + #. Set *"Metadata Source"* to ``sample-metadata.tsv`` + + + + #. Press the ``Execute`` button. + +Once completed, for the new entry in your history, use the ``Edit`` button to set the name as follows: + (Renaming is optional, but it will make any subsequent steps easier to complete.) + + .. list-table:: + :align: left + :header-rows: 1 + + * - History Name + - *"Name"* to set (be sure to press ``Save``) + * - ``#: qiime2 taxa barplot [...] : visualization.qzv`` + - ``taxa-bar-plots.qzv`` + | diff -r 41b0195ccfdc -r 5750bac5b744 test-data/.gitkeep diff -r 41b0195ccfdc -r 5750bac5b744 test-data/barplot.test0.sample-metadata.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/barplot.test0.sample-metadata.tsv Fri Jan 13 23:01:20 2023 +0000 @@ -0,0 +1,36 @@ +sample-id barcode-sequence body-site year month day subject reported-antibiotic-usage days-since-experiment-start +#q2:types categorical categorical numeric numeric numeric categorical categorical numeric +L1S8 AGCTGACTAGTC gut 2008 10 28 subject-1 Yes 0 +L1S57 ACACACTATGGC gut 2009 1 20 subject-1 No 84 +L1S76 ACTACGTGTGGT gut 2009 2 17 subject-1 No 112 +L1S105 AGTGCGATGCGT gut 2009 3 17 subject-1 No 140 +L2S155 ACGATGCGACCA left palm 2009 1 20 subject-1 No 84 +L2S175 AGCTATCCACGA left palm 2009 2 17 subject-1 No 112 +L2S204 ATGCAGCTCAGT left palm 2009 3 17 subject-1 No 140 +L2S222 CACGTGACATGT left palm 2009 4 14 subject-1 No 168 +L3S242 ACAGTTGCGCGA right palm 2008 10 28 subject-1 Yes 0 +L3S294 CACGACAGGCTA right palm 2009 1 20 subject-1 No 84 +L3S313 AGTGTCACGGTG right palm 2009 2 17 subject-1 No 112 +L3S341 CAAGTGAGAGAG right palm 2009 3 17 subject-1 No 140 +L3S360 CATCGTATCAAC right palm 2009 4 14 subject-1 No 168 +L5S104 CAGTGTCAGGAC tongue 2008 10 28 subject-1 Yes 0 +L5S155 ATCTTAGACTGC tongue 2009 1 20 subject-1 No 84 +L5S174 CAGACATTGCGT tongue 2009 2 17 subject-1 No 112 +L5S203 CGATGCACCAGA tongue 2009 3 17 subject-1 No 140 +L5S222 CTAGAGACTCTT tongue 2009 4 14 subject-1 No 168 +L1S140 ATGGCAGCTCTA gut 2008 10 28 subject-2 Yes 0 +L1S208 CTGAGATACGCG gut 2009 1 20 subject-2 No 84 +L1S257 CCGACTGAGATG gut 2009 3 17 subject-2 No 140 +L1S281 CCTCTCGTGATC gut 2009 4 14 subject-2 No 168 +L2S240 CATATCGCAGTT left palm 2008 10 28 subject-2 Yes 0 +L2S309 CGTGCATTATCA left palm 2009 1 20 subject-2 No 84 +L2S357 CTAACGCAGTCA left palm 2009 3 17 subject-2 No 140 +L2S382 CTCAATGACTCA left palm 2009 4 14 subject-2 No 168 +L3S378 ATCGATCTGTGG right palm 2008 10 28 subject-2 Yes 0 +L4S63 CTCGTGGAGTAG right palm 2009 1 20 subject-2 No 84 +L4S112 GCGTTACACACA right palm 2009 3 17 subject-2 No 140 +L4S137 GAACTGTATCTC right palm 2009 4 14 subject-2 No 168 +L5S240 CTGGACTCATAG tongue 2008 10 28 subject-2 Yes 0 +L6S20 GAGGCTCATCAT tongue 2009 1 20 subject-2 No 84 +L6S68 GATACGTCCTGA tongue 2009 3 17 subject-2 No 140 +L6S93 GATTAGCACTCT tongue 2009 4 14 subject-2 No 168 diff -r 41b0195ccfdc -r 5750bac5b744 test-data/barplot.test0.table.qza Binary file test-data/barplot.test0.table.qza has changed diff -r 41b0195ccfdc -r 5750bac5b744 test-data/barplot.test0.taxonomy.qza Binary file test-data/barplot.test0.taxonomy.qza has changed diff -r 41b0195ccfdc -r 5750bac5b744 test-data/collapse.test0.table.qza Binary file test-data/collapse.test0.table.qza has changed diff -r 41b0195ccfdc -r 5750bac5b744 test-data/collapse.test0.taxonomy.qza Binary file test-data/collapse.test0.taxonomy.qza has changed