Mercurial > repos > q2d2 > qiime2__taxa__barplot
changeset 4:d9d69991f2b2 draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit c7e80dcda727ce63b42aa8a946e9330310929797
author | q2d2 |
---|---|
date | Mon, 03 Jun 2024 23:32:19 +0000 |
parents | 0c992800a5cc |
children | 3da2f87501ee |
files | qiime2__taxa__barplot.xml test-data/barplot.test0.table.qza test-data/barplot.test0.taxonomy.qza test-data/collapse.test0.table.qza test-data/collapse.test0.taxonomy.qza |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/qiime2__taxa__barplot.xml Thu Apr 25 21:27:20 2024 +0000 +++ b/qiime2__taxa__barplot.xml Mon Jun 03 23:32:19 2024 +0000 @@ -6,14 +6,14 @@ --> <!-- This tool was automatically generated by: - q2galaxy (version: 2024.2.1) + q2galaxy (version: 2024.5.0) for: - qiime2 (version: 2024.2.0) + qiime2 (version: 2024.5.0) --> -<tool name="qiime2 taxa barplot" id="qiime2__taxa__barplot" version="2024.2.0+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause"> +<tool name="qiime2 taxa barplot" id="qiime2__taxa__barplot" version="2024.5.0+q2galaxy.2024.5.0" profile="22.05" license="BSD-3-Clause"> <description>Visualize taxonomy with an interactive bar plot</description> <requirements> - <container type="docker">quay.io/qiime2/amplicon:2024.2</container> + <container type="docker">quay.io/qiime2/amplicon:2024.5</container> </requirements> <version_command>q2galaxy version taxa</version_command> <command detect_errors="exit_code">q2galaxy run taxa barplot '$inputs'</command> @@ -23,8 +23,8 @@ <inputs> <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency | PresenceAbsence]" help="[required] Feature table to visualize at various taxonomic levels."> <options options_filter_attribute="metadata.semantic_type"> + <filter type="add_value" value="FeatureTable[Frequency]"/> <filter type="add_value" value="FeatureTable[PresenceAbsence]"/> - <filter type="add_value" value="FeatureTable[Frequency]"/> </options> <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]']</validator> </param>