# HG changeset patch # User q2d2 # Date 1752617142 0 # Node ID 3868f59bdab817ae4dc250a702ea60aa2fe876bc # Parent 669259fa60f92e14bfde0009cd9d7c33f1c7d668 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__sample_classifier commit 9436cc47c72b58a6a3d3a5c2ee075689c2926ef0 diff -r 669259fa60f9 -r 3868f59bdab8 qiime2__sample_classifier__heatmap.xml --- a/qiime2__sample_classifier__heatmap.xml Mon May 05 19:03:37 2025 +0000 +++ b/qiime2__sample_classifier__heatmap.xml Tue Jul 15 22:05:42 2025 +0000 @@ -6,17 +6,17 @@ --> <!-- This tool was automatically generated by: - q2galaxy (version: 2025.4.0) + q2galaxy (version: 2025.7.0) for: - qiime2 (version: 2025.4.0) + qiime2 (version: 2025.7.0) --> -<tool name="qiime2 sample-classifier heatmap" id="qiime2__sample_classifier__heatmap" version="2025.4.0+q2galaxy.2025.4.0" profile="22.05" license="BSD-3-Clause"> +<tool name="qiime2 sample-classifier heatmap" id="qiime2__sample_classifier__heatmap" version="2025.7.0+q2galaxy.2025.7.0" profile="22.05" license="BSD-3-Clause"> <description>Generate heatmap of important features.</description> <xrefs> <xref type="bio.tools">qiime2</xref> </xrefs> <requirements> - <container type="docker">quay.io/qiime2/amplicon:2025.4</container> + <container type="docker">quay.io/qiime2/amplicon:2025.7</container> </requirements> <version_command>q2galaxy version sample_classifier</version_command> <command detect_errors="exit_code">q2galaxy run sample_classifier heatmap '$inputs'</command> @@ -26,10 +26,10 @@ <inputs> <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency | RelativeFrequency | PresenceAbsence | Composition]" help="[required] Feature table containing all features that should be used for target prediction."> <options options_filter_attribute="metadata.semantic_type"> + <filter type="add_value" value="FeatureTable[PresenceAbsence]"/> <filter type="add_value" value="FeatureTable[Composition]"/> <filter type="add_value" value="FeatureTable[RelativeFrequency]"/> <filter type="add_value" value="FeatureTable[Frequency]"/> - <filter type="add_value" value="FeatureTable[PresenceAbsence]"/> </options> <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Composition]', 'FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]', 'FeatureTable[RelativeFrequency]']</validator> </param>