Repository 'qiime2__feature_table__summarize'
hg clone https://toolshed.g2.bx.psu.edu/repos/q2d2/qiime2__feature_table__summarize

Changeset 2:365ce7a8e641 (2023-06-08)
Previous changeset 1:c7553080ec2e (2023-01-13) Next changeset 3:ef53e9dd3752 (2024-04-25)
Commit message:
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_table commit 65e4952f33eb335528e8553150e9097e5ea8f556
modified:
qiime2__feature_table__summarize.xml
test-data/filter_features.test0.feature-table.qza
test-data/filter_features_conditionally.test0.feature-table.qza
test-data/filter_samples.test0.feature-table.qza
test-data/filter_samples.test1.feature-table.qza
test-data/filter_samples.test2.feature-table.qza
test-data/filter_samples.test3.feature-table.qza
test-data/filter_samples.test4.feature-table.qza
test-data/filter_samples.test5.feature-table.qza
test-data/filter_samples.test6.feature-table.qza
test-data/group.test0.feature-table.qza
test-data/merge.test0.feature-table1.qza
test-data/merge.test0.feature-table2.qza
test-data/merge.test1.feature-table1.qza
test-data/merge.test1.feature-table2.qza
test-data/merge.test1.feature-table3.qza
test-data/merge_seqs.test0.seqs1.qza
test-data/merge_seqs.test0.seqs2.qza
test-data/merge_taxa.test0.tax1.qza
test-data/merge_taxa.test0.tax2.qza
test-data/summarize.test0.feature-table.qza
test-data/tabulate_seqs.test0.rep-seqs.qza
b
diff -r c7553080ec2e -r 365ce7a8e641 qiime2__feature_table__summarize.xml
--- a/qiime2__feature_table__summarize.xml Fri Jan 13 22:52:35 2023 +0000
+++ b/qiime2__feature_table__summarize.xml Thu Jun 08 19:47:31 2023 +0000
[
@@ -6,14 +6,14 @@
 -->
 <!--
 This tool was automatically generated by:
-    q2galaxy (version: 2022.11.1)
+    q2galaxy (version: 2023.5.0)
 for:
-    qiime2 (version: 2022.11.1)
+    qiime2 (version: 2023.5.1)
 -->
-<tool name="qiime2 feature-table summarize" id="qiime2__feature_table__summarize" version="2022.11.1+q2galaxy.2022.11.1.2" profile="22.05" license="BSD-3-Clause">
+<tool name="qiime2 feature-table summarize" id="qiime2__feature_table__summarize" version="2023.5.0+q2galaxy.2023.5.0.2" profile="22.05" license="BSD-3-Clause">
     <description>Summarize table</description>
     <requirements>
-        <container type="docker">quay.io/qiime2/core:2022.11</container>
+        <container type="docker">quay.io/qiime2/core:2023.5</container>
     </requirements>
     <version_command>q2galaxy version feature_table</version_command>
     <command detect_errors="exit_code">q2galaxy run feature_table summarize '$inputs'</command>
@@ -23,9 +23,9 @@
     <inputs>
         <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency | RelativeFrequency | PresenceAbsence]" help="[required]  The feature table to be summarized.">
             <options options_filter_attribute="metadata.semantic_type">
-                <filter type="add_value" value="FeatureTable[RelativeFrequency]"/>
                 <filter type="add_value" value="FeatureTable[Frequency]"/>
                 <filter type="add_value" value="FeatureTable[PresenceAbsence]"/>
+                <filter type="add_value" value="FeatureTable[RelativeFrequency]"/>
             </options>
             <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]', 'FeatureTable[RelativeFrequency]']</validator>
         </param>
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_features.test0.feature-table.qza
b
Binary file test-data/filter_features.test0.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_features_conditionally.test0.feature-table.qza
b
Binary file test-data/filter_features_conditionally.test0.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_samples.test0.feature-table.qza
b
Binary file test-data/filter_samples.test0.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_samples.test1.feature-table.qza
b
Binary file test-data/filter_samples.test1.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_samples.test2.feature-table.qza
b
Binary file test-data/filter_samples.test2.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_samples.test3.feature-table.qza
b
Binary file test-data/filter_samples.test3.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_samples.test4.feature-table.qza
b
Binary file test-data/filter_samples.test4.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_samples.test5.feature-table.qza
b
Binary file test-data/filter_samples.test5.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/filter_samples.test6.feature-table.qza
b
Binary file test-data/filter_samples.test6.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/group.test0.feature-table.qza
b
Binary file test-data/group.test0.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge.test0.feature-table1.qza
b
Binary file test-data/merge.test0.feature-table1.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge.test0.feature-table2.qza
b
Binary file test-data/merge.test0.feature-table2.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge.test1.feature-table1.qza
b
Binary file test-data/merge.test1.feature-table1.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge.test1.feature-table2.qza
b
Binary file test-data/merge.test1.feature-table2.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge.test1.feature-table3.qza
b
Binary file test-data/merge.test1.feature-table3.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge_seqs.test0.seqs1.qza
b
Binary file test-data/merge_seqs.test0.seqs1.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge_seqs.test0.seqs2.qza
b
Binary file test-data/merge_seqs.test0.seqs2.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge_taxa.test0.tax1.qza
b
Binary file test-data/merge_taxa.test0.tax1.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/merge_taxa.test0.tax2.qza
b
Binary file test-data/merge_taxa.test0.tax2.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/summarize.test0.feature-table.qza
b
Binary file test-data/summarize.test0.feature-table.qza has changed
b
diff -r c7553080ec2e -r 365ce7a8e641 test-data/tabulate_seqs.test0.rep-seqs.qza
b
Binary file test-data/tabulate_seqs.test0.rep-seqs.qza has changed