Previous changeset 3:0c992800a5cc (2024-04-25) Next changeset 5:3da2f87501ee (2024-10-30) |
Commit message:
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit c7e80dcda727ce63b42aa8a946e9330310929797 |
modified:
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 |
b |
diff -r 0c992800a5cc -r d9d69991f2b2 qiime2__taxa__barplot.xml --- 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> |
b |
diff -r 0c992800a5cc -r d9d69991f2b2 test-data/barplot.test0.table.qza |
b |
Binary file test-data/barplot.test0.table.qza has changed |
b |
diff -r 0c992800a5cc -r d9d69991f2b2 test-data/barplot.test0.taxonomy.qza |
b |
Binary file test-data/barplot.test0.taxonomy.qza has changed |
b |
diff -r 0c992800a5cc -r d9d69991f2b2 test-data/collapse.test0.table.qza |
b |
Binary file test-data/collapse.test0.table.qza has changed |
b |
diff -r 0c992800a5cc -r d9d69991f2b2 test-data/collapse.test0.taxonomy.qza |
b |
Binary file test-data/collapse.test0.taxonomy.qza has changed |