diff qiime2__feature_table__rename_ids.xml @ 4:f73f0cda6560 draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_table commit c7e80dcda727ce63b42aa8a946e9330310929797
author q2d2
date Mon, 03 Jun 2024 23:27:13 +0000
parents b8225d65b620
children
line wrap: on
line diff
--- a/qiime2__feature_table__rename_ids.xml	Thu Apr 25 21:09:02 2024 +0000
+++ b/qiime2__feature_table__rename_ids.xml	Mon Jun 03 23:27:13 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 feature-table rename-ids" id="qiime2__feature_table__rename_ids" version="2024.2.2+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause">
+<tool name="qiime2 feature-table rename-ids" id="qiime2__feature_table__rename_ids" version="2024.5.0+q2galaxy.2024.5.0" profile="22.05" license="BSD-3-Clause">
     <description>Renames sample or feature ids in a table</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 feature_table</version_command>
     <command detect_errors="exit_code">q2galaxy run feature_table rename_ids '$inputs'</command>
@@ -24,9 +24,9 @@
         <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency¹ | RelativeFrequency² | PresenceAbsence³ | Composition⁴]" help="[required]  The table to be renamed">
             <options options_filter_attribute="metadata.semantic_type">
                 <filter type="add_value" value="FeatureTable[Composition]"/>
-                <filter type="add_value" value="FeatureTable[PresenceAbsence]"/>
                 <filter type="add_value" value="FeatureTable[Frequency]"/>
                 <filter type="add_value" value="FeatureTable[RelativeFrequency]"/>
+                <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>