changeset 0:4954486b6f4c draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_table commit 389df0134cd0763dcf02aac6e623fc15f8861c1e
author q2d2
date Thu, 25 Apr 2024 21:08:12 +0000
parents
children 20aeb1d1b9d8
files qiime2__feature_table__summarize_plus.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.test0.sample-metadata.tsv test-data/filter_samples.test1.feature-table.qza test-data/filter_samples.test1.sample-metadata.tsv test-data/filter_samples.test2.feature-table.qza test-data/filter_samples.test2.sample-metadata.tsv test-data/filter_samples.test3.feature-table.qza test-data/filter_samples.test3.sample-metadata.tsv test-data/filter_samples.test4.feature-table.qza test-data/filter_samples.test4.sample-metadata.tsv 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/group.test0.sample-metadata.tsv 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/summarize_plus.test0.feature-table.qza test-data/tabulate_feature_frequencies.test0.feature-table.qza test-data/tabulate_sample_frequencies.test0.feature-table.qza test-data/tabulate_seqs.test0.rep-seqs.qza test-data/tabulate_seqs.test1.rep-seqs-single-taxon.qza test-data/tabulate_seqs.test1.single-taxonomy.qza test-data/tabulate_seqs.test2.multi-taxonomy/.order test-data/tabulate_seqs.test2.multi-taxonomy/GG1.qza test-data/tabulate_seqs.test2.multi-taxonomy/GG2.qza test-data/tabulate_seqs.test2.rep-seqs-multi-taxon.qza
diffstat 37 files changed, 347 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qiime2__feature_table__summarize_plus.xml	Thu Apr 25 21:08:12 2024 +0000
@@ -0,0 +1,129 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!--
+Copyright (c) 2024, QIIME 2 development team.
+
+Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
+-->
+<!--
+This tool was automatically generated by:
+    q2galaxy (version: 2024.2.1)
+for:
+    qiime2 (version: 2024.2.0)
+-->
+<tool name="qiime2 feature-table summarize-plus" id="qiime2__feature_table__summarize_plus" version="2024.2.2+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause">
+    <description>Summarize table plus</description>
+    <requirements>
+        <container type="docker">quay.io/qiime2/amplicon:2024.2</container>
+    </requirements>
+    <version_command>q2galaxy version feature_table</version_command>
+    <command detect_errors="exit_code">q2galaxy run feature_table summarize_plus '$inputs'</command>
+    <configfiles>
+        <inputs name="inputs" data_style="staging_path_and_source_path"/>
+    </configfiles>
+    <inputs>
+        <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency | PresenceAbsence]" help="[required]  The feature table to be summarized.">
+            <options options_filter_attribute="metadata.semantic_type">
+                <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>
+        <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
+            <repeat name="metadata" help="[optional]  The sample metadata." title="metadata: Metadata">
+                <conditional name="__q2galaxy__GUI__conditional__metadata__">
+                    <param name="type" type="select" label="metadata: Metadata">
+                        <option value="tsv" selected="true">Metadata from TSV</option>
+                        <option value="qza">Metadata from Artifact</option>
+                    </param>
+                    <when value="tsv">
+                        <param name="source" type="data" format="tabular,qiime2.tabular" label="Metadata Source"/>
+                    </when>
+                    <when value="qza">
+                        <param name="source" type="data" format="qza" label="Metadata Source"/>
+                    </when>
+                </conditional>
+            </repeat>
+        </section>
+    </inputs>
+    <outputs>
+        <data name="feature_frequencies" format="qza" label="${tool.name} on ${on_string}: feature_frequencies.qza" from_work_dir="feature_frequencies.qza"/>
+        <data name="sample_frequencies" format="qza" label="${tool.name} on ${on_string}: sample_frequencies.qza" from_work_dir="sample_frequencies.qza"/>
+        <data name="summary" format="qzv" label="${tool.name} on ${on_string}: summary.qzv" from_work_dir="summary.qzv"/>
+    </outputs>
+    <tests>
+        <test>
+            <param name="table" value="summarize_plus.test0.feature-table.qza" ftype="qza"/>
+            <output name="feature_frequencies" ftype="qza">
+                <assert_contents>
+                    <has_archive_member path="[0-9a-f]{8}-[0-9a-f]{4}-[4][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/metadata.yaml">
+                        <has_line_matching expression="type: ImmutableMetadata"/>
+                    </has_archive_member>
+                </assert_contents>
+            </output>
+            <output name="sample_frequencies" ftype="qza">
+                <assert_contents>
+                    <has_archive_member path="[0-9a-f]{8}-[0-9a-f]{4}-[4][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/metadata.yaml">
+                        <has_line_matching expression="type: ImmutableMetadata"/>
+                    </has_archive_member>
+                </assert_contents>
+            </output>
+            <output name="summary" ftype="qzv">
+                <assert_contents>
+                    <has_archive_member path="[0-9a-f]{8}-[0-9a-f]{4}-[4][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/metadata.yaml">
+                        <has_line_matching expression="type: Visualization"/>
+                    </has_archive_member>
+                </assert_contents>
+            </output>
+        </test>
+    </tests>
+    <help>
+QIIME 2: feature-table summarize-plus
+=====================================
+Summarize table plus
+
+
+Outputs:
+--------
+:feature_frequencies.qza: Per-sample and total frequencies per feature.
+:sample_frequencies.qza: Observed feature count and total frequencies per sample.
+:summary.qzv: Visual summary of feature table
+
+|  
+
+Description:
+------------
+Generate visual and tabular summaries of a feature table. Tabulate sample and feature frequencies.
+
+Examples:
+---------
+
+feature_table_summarize_plus
+****************************
+Using the ``qiime2 feature-table summarize-plus`` tool:
+ #. Set *"table"* to ``#: feature-table.qza``
+ #. Press the ``Execute`` button.
+
+Once completed, for each new entry in your history, use the ``Edit`` button to set the name as follows:
+ (Renaming is optional, but it will make any subsequent steps easier to complete.)
+
+ .. list-table::
+    :align: left
+    :header-rows: 1
+
+    * - History Name
+      - *"Name"* to set (be sure to press ``Save``)
+    * - ``#: qiime2 feature-table summarize-plus [...] : feature_frequencies.qza``
+      - ``feature-frequencies.qza``
+    * - ``#: qiime2 feature-table summarize-plus [...] : sample_frequencies.qza``
+      - ``sample-frequencies.qza``
+    * - ``#: qiime2 feature-table summarize-plus [...] : summary.qzv``
+      - ``visual summary.qzv``
+
+
+|  
+
+</help>
+    <citations>
+        <citation type="doi">10.1038/s41587-019-0209-9</citation>
+    </citations>
+</tool>
Binary file test-data/filter_features.test0.feature-table.qza has changed
Binary file test-data/filter_features_conditionally.test0.feature-table.qza has changed
Binary file test-data/filter_samples.test0.feature-table.qza has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/filter_samples.test0.sample-metadata.tsv	Thu Apr 25 21:08:12 2024 +0000
@@ -0,0 +1,36 @@
+sample-id	barcode-sequence	body-site	year	month	day	subject	reported-antibiotic-usage	days-since-experiment-start
+#q2:types	categorical	categorical	numeric	numeric	numeric	categorical	categorical	numeric
+L1S8	AGCTGACTAGTC	gut	2008	10	28	subject-1	Yes	0
+L1S57	ACACACTATGGC	gut	2009	1	20	subject-1	No	84
+L1S76	ACTACGTGTGGT	gut	2009	2	17	subject-1	No	112
+L1S105	AGTGCGATGCGT	gut	2009	3	17	subject-1	No	140
+L2S155	ACGATGCGACCA	left palm	2009	1	20	subject-1	No	84
+L2S175	AGCTATCCACGA	left palm	2009	2	17	subject-1	No	112
+L2S204	ATGCAGCTCAGT	left palm	2009	3	17	subject-1	No	140
+L2S222	CACGTGACATGT	left palm	2009	4	14	subject-1	No	168
+L3S242	ACAGTTGCGCGA	right palm	2008	10	28	subject-1	Yes	0
+L3S294	CACGACAGGCTA	right palm	2009	1	20	subject-1	No	84
+L3S313	AGTGTCACGGTG	right palm	2009	2	17	subject-1	No	112
+L3S341	CAAGTGAGAGAG	right palm	2009	3	17	subject-1	No	140
+L3S360	CATCGTATCAAC	right palm	2009	4	14	subject-1	No	168
+L5S104	CAGTGTCAGGAC	tongue	2008	10	28	subject-1	Yes	0
+L5S155	ATCTTAGACTGC	tongue	2009	1	20	subject-1	No	84
+L5S174	CAGACATTGCGT	tongue	2009	2	17	subject-1	No	112
+L5S203	CGATGCACCAGA	tongue	2009	3	17	subject-1	No	140
+L5S222	CTAGAGACTCTT	tongue	2009	4	14	subject-1	No	168
+L1S140	ATGGCAGCTCTA	gut	2008	10	28	subject-2	Yes	0
+L1S208	CTGAGATACGCG	gut	2009	1	20	subject-2	No	84
+L1S257	CCGACTGAGATG	gut	2009	3	17	subject-2	No	140
+L1S281	CCTCTCGTGATC	gut	2009	4	14	subject-2	No	168
+L2S240	CATATCGCAGTT	left palm	2008	10	28	subject-2	Yes	0
+L2S309	CGTGCATTATCA	left palm	2009	1	20	subject-2	No	84
+L2S357	CTAACGCAGTCA	left palm	2009	3	17	subject-2	No	140
+L2S382	CTCAATGACTCA	left palm	2009	4	14	subject-2	No	168
+L3S378	ATCGATCTGTGG	right palm	2008	10	28	subject-2	Yes	0
+L4S63	CTCGTGGAGTAG	right palm	2009	1	20	subject-2	No	84
+L4S112	GCGTTACACACA	right palm	2009	3	17	subject-2	No	140
+L4S137	GAACTGTATCTC	right palm	2009	4	14	subject-2	No	168
+L5S240	CTGGACTCATAG	tongue	2008	10	28	subject-2	Yes	0
+L6S20	GAGGCTCATCAT	tongue	2009	1	20	subject-2	No	84
+L6S68	GATACGTCCTGA	tongue	2009	3	17	subject-2	No	140
+L6S93	GATTAGCACTCT	tongue	2009	4	14	subject-2	No	168
Binary file test-data/filter_samples.test1.feature-table.qza has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/filter_samples.test1.sample-metadata.tsv	Thu Apr 25 21:08:12 2024 +0000
@@ -0,0 +1,36 @@
+sample-id	barcode-sequence	body-site	year	month	day	subject	reported-antibiotic-usage	days-since-experiment-start
+#q2:types	categorical	categorical	numeric	numeric	numeric	categorical	categorical	numeric
+L1S8	AGCTGACTAGTC	gut	2008	10	28	subject-1	Yes	0
+L1S57	ACACACTATGGC	gut	2009	1	20	subject-1	No	84
+L1S76	ACTACGTGTGGT	gut	2009	2	17	subject-1	No	112
+L1S105	AGTGCGATGCGT	gut	2009	3	17	subject-1	No	140
+L2S155	ACGATGCGACCA	left palm	2009	1	20	subject-1	No	84
+L2S175	AGCTATCCACGA	left palm	2009	2	17	subject-1	No	112
+L2S204	ATGCAGCTCAGT	left palm	2009	3	17	subject-1	No	140
+L2S222	CACGTGACATGT	left palm	2009	4	14	subject-1	No	168
+L3S242	ACAGTTGCGCGA	right palm	2008	10	28	subject-1	Yes	0
+L3S294	CACGACAGGCTA	right palm	2009	1	20	subject-1	No	84
+L3S313	AGTGTCACGGTG	right palm	2009	2	17	subject-1	No	112
+L3S341	CAAGTGAGAGAG	right palm	2009	3	17	subject-1	No	140
+L3S360	CATCGTATCAAC	right palm	2009	4	14	subject-1	No	168
+L5S104	CAGTGTCAGGAC	tongue	2008	10	28	subject-1	Yes	0
+L5S155	ATCTTAGACTGC	tongue	2009	1	20	subject-1	No	84
+L5S174	CAGACATTGCGT	tongue	2009	2	17	subject-1	No	112
+L5S203	CGATGCACCAGA	tongue	2009	3	17	subject-1	No	140
+L5S222	CTAGAGACTCTT	tongue	2009	4	14	subject-1	No	168
+L1S140	ATGGCAGCTCTA	gut	2008	10	28	subject-2	Yes	0
+L1S208	CTGAGATACGCG	gut	2009	1	20	subject-2	No	84
+L1S257	CCGACTGAGATG	gut	2009	3	17	subject-2	No	140
+L1S281	CCTCTCGTGATC	gut	2009	4	14	subject-2	No	168
+L2S240	CATATCGCAGTT	left palm	2008	10	28	subject-2	Yes	0
+L2S309	CGTGCATTATCA	left palm	2009	1	20	subject-2	No	84
+L2S357	CTAACGCAGTCA	left palm	2009	3	17	subject-2	No	140
+L2S382	CTCAATGACTCA	left palm	2009	4	14	subject-2	No	168
+L3S378	ATCGATCTGTGG	right palm	2008	10	28	subject-2	Yes	0
+L4S63	CTCGTGGAGTAG	right palm	2009	1	20	subject-2	No	84
+L4S112	GCGTTACACACA	right palm	2009	3	17	subject-2	No	140
+L4S137	GAACTGTATCTC	right palm	2009	4	14	subject-2	No	168
+L5S240	CTGGACTCATAG	tongue	2008	10	28	subject-2	Yes	0
+L6S20	GAGGCTCATCAT	tongue	2009	1	20	subject-2	No	84
+L6S68	GATACGTCCTGA	tongue	2009	3	17	subject-2	No	140
+L6S93	GATTAGCACTCT	tongue	2009	4	14	subject-2	No	168
Binary file test-data/filter_samples.test2.feature-table.qza has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/filter_samples.test2.sample-metadata.tsv	Thu Apr 25 21:08:12 2024 +0000
@@ -0,0 +1,36 @@
+sample-id	barcode-sequence	body-site	year	month	day	subject	reported-antibiotic-usage	days-since-experiment-start
+#q2:types	categorical	categorical	numeric	numeric	numeric	categorical	categorical	numeric
+L1S8	AGCTGACTAGTC	gut	2008	10	28	subject-1	Yes	0
+L1S57	ACACACTATGGC	gut	2009	1	20	subject-1	No	84
+L1S76	ACTACGTGTGGT	gut	2009	2	17	subject-1	No	112
+L1S105	AGTGCGATGCGT	gut	2009	3	17	subject-1	No	140
+L2S155	ACGATGCGACCA	left palm	2009	1	20	subject-1	No	84
+L2S175	AGCTATCCACGA	left palm	2009	2	17	subject-1	No	112
+L2S204	ATGCAGCTCAGT	left palm	2009	3	17	subject-1	No	140
+L2S222	CACGTGACATGT	left palm	2009	4	14	subject-1	No	168
+L3S242	ACAGTTGCGCGA	right palm	2008	10	28	subject-1	Yes	0
+L3S294	CACGACAGGCTA	right palm	2009	1	20	subject-1	No	84
+L3S313	AGTGTCACGGTG	right palm	2009	2	17	subject-1	No	112
+L3S341	CAAGTGAGAGAG	right palm	2009	3	17	subject-1	No	140
+L3S360	CATCGTATCAAC	right palm	2009	4	14	subject-1	No	168
+L5S104	CAGTGTCAGGAC	tongue	2008	10	28	subject-1	Yes	0
+L5S155	ATCTTAGACTGC	tongue	2009	1	20	subject-1	No	84
+L5S174	CAGACATTGCGT	tongue	2009	2	17	subject-1	No	112
+L5S203	CGATGCACCAGA	tongue	2009	3	17	subject-1	No	140
+L5S222	CTAGAGACTCTT	tongue	2009	4	14	subject-1	No	168
+L1S140	ATGGCAGCTCTA	gut	2008	10	28	subject-2	Yes	0
+L1S208	CTGAGATACGCG	gut	2009	1	20	subject-2	No	84
+L1S257	CCGACTGAGATG	gut	2009	3	17	subject-2	No	140
+L1S281	CCTCTCGTGATC	gut	2009	4	14	subject-2	No	168
+L2S240	CATATCGCAGTT	left palm	2008	10	28	subject-2	Yes	0
+L2S309	CGTGCATTATCA	left palm	2009	1	20	subject-2	No	84
+L2S357	CTAACGCAGTCA	left palm	2009	3	17	subject-2	No	140
+L2S382	CTCAATGACTCA	left palm	2009	4	14	subject-2	No	168
+L3S378	ATCGATCTGTGG	right palm	2008	10	28	subject-2	Yes	0
+L4S63	CTCGTGGAGTAG	right palm	2009	1	20	subject-2	No	84
+L4S112	GCGTTACACACA	right palm	2009	3	17	subject-2	No	140
+L4S137	GAACTGTATCTC	right palm	2009	4	14	subject-2	No	168
+L5S240	CTGGACTCATAG	tongue	2008	10	28	subject-2	Yes	0
+L6S20	GAGGCTCATCAT	tongue	2009	1	20	subject-2	No	84
+L6S68	GATACGTCCTGA	tongue	2009	3	17	subject-2	No	140
+L6S93	GATTAGCACTCT	tongue	2009	4	14	subject-2	No	168
Binary file test-data/filter_samples.test3.feature-table.qza has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/filter_samples.test3.sample-metadata.tsv	Thu Apr 25 21:08:12 2024 +0000
@@ -0,0 +1,36 @@
+sample-id	barcode-sequence	body-site	year	month	day	subject	reported-antibiotic-usage	days-since-experiment-start
+#q2:types	categorical	categorical	numeric	numeric	numeric	categorical	categorical	numeric
+L1S8	AGCTGACTAGTC	gut	2008	10	28	subject-1	Yes	0
+L1S57	ACACACTATGGC	gut	2009	1	20	subject-1	No	84
+L1S76	ACTACGTGTGGT	gut	2009	2	17	subject-1	No	112
+L1S105	AGTGCGATGCGT	gut	2009	3	17	subject-1	No	140
+L2S155	ACGATGCGACCA	left palm	2009	1	20	subject-1	No	84
+L2S175	AGCTATCCACGA	left palm	2009	2	17	subject-1	No	112
+L2S204	ATGCAGCTCAGT	left palm	2009	3	17	subject-1	No	140
+L2S222	CACGTGACATGT	left palm	2009	4	14	subject-1	No	168
+L3S242	ACAGTTGCGCGA	right palm	2008	10	28	subject-1	Yes	0
+L3S294	CACGACAGGCTA	right palm	2009	1	20	subject-1	No	84
+L3S313	AGTGTCACGGTG	right palm	2009	2	17	subject-1	No	112
+L3S341	CAAGTGAGAGAG	right palm	2009	3	17	subject-1	No	140
+L3S360	CATCGTATCAAC	right palm	2009	4	14	subject-1	No	168
+L5S104	CAGTGTCAGGAC	tongue	2008	10	28	subject-1	Yes	0
+L5S155	ATCTTAGACTGC	tongue	2009	1	20	subject-1	No	84
+L5S174	CAGACATTGCGT	tongue	2009	2	17	subject-1	No	112
+L5S203	CGATGCACCAGA	tongue	2009	3	17	subject-1	No	140
+L5S222	CTAGAGACTCTT	tongue	2009	4	14	subject-1	No	168
+L1S140	ATGGCAGCTCTA	gut	2008	10	28	subject-2	Yes	0
+L1S208	CTGAGATACGCG	gut	2009	1	20	subject-2	No	84
+L1S257	CCGACTGAGATG	gut	2009	3	17	subject-2	No	140
+L1S281	CCTCTCGTGATC	gut	2009	4	14	subject-2	No	168
+L2S240	CATATCGCAGTT	left palm	2008	10	28	subject-2	Yes	0
+L2S309	CGTGCATTATCA	left palm	2009	1	20	subject-2	No	84
+L2S357	CTAACGCAGTCA	left palm	2009	3	17	subject-2	No	140
+L2S382	CTCAATGACTCA	left palm	2009	4	14	subject-2	No	168
+L3S378	ATCGATCTGTGG	right palm	2008	10	28	subject-2	Yes	0
+L4S63	CTCGTGGAGTAG	right palm	2009	1	20	subject-2	No	84
+L4S112	GCGTTACACACA	right palm	2009	3	17	subject-2	No	140
+L4S137	GAACTGTATCTC	right palm	2009	4	14	subject-2	No	168
+L5S240	CTGGACTCATAG	tongue	2008	10	28	subject-2	Yes	0
+L6S20	GAGGCTCATCAT	tongue	2009	1	20	subject-2	No	84
+L6S68	GATACGTCCTGA	tongue	2009	3	17	subject-2	No	140
+L6S93	GATTAGCACTCT	tongue	2009	4	14	subject-2	No	168
Binary file test-data/filter_samples.test4.feature-table.qza has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/filter_samples.test4.sample-metadata.tsv	Thu Apr 25 21:08:12 2024 +0000
@@ -0,0 +1,36 @@
+sample-id	barcode-sequence	body-site	year	month	day	subject	reported-antibiotic-usage	days-since-experiment-start
+#q2:types	categorical	categorical	numeric	numeric	numeric	categorical	categorical	numeric
+L1S8	AGCTGACTAGTC	gut	2008	10	28	subject-1	Yes	0
+L1S57	ACACACTATGGC	gut	2009	1	20	subject-1	No	84
+L1S76	ACTACGTGTGGT	gut	2009	2	17	subject-1	No	112
+L1S105	AGTGCGATGCGT	gut	2009	3	17	subject-1	No	140
+L2S155	ACGATGCGACCA	left palm	2009	1	20	subject-1	No	84
+L2S175	AGCTATCCACGA	left palm	2009	2	17	subject-1	No	112
+L2S204	ATGCAGCTCAGT	left palm	2009	3	17	subject-1	No	140
+L2S222	CACGTGACATGT	left palm	2009	4	14	subject-1	No	168
+L3S242	ACAGTTGCGCGA	right palm	2008	10	28	subject-1	Yes	0
+L3S294	CACGACAGGCTA	right palm	2009	1	20	subject-1	No	84
+L3S313	AGTGTCACGGTG	right palm	2009	2	17	subject-1	No	112
+L3S341	CAAGTGAGAGAG	right palm	2009	3	17	subject-1	No	140
+L3S360	CATCGTATCAAC	right palm	2009	4	14	subject-1	No	168
+L5S104	CAGTGTCAGGAC	tongue	2008	10	28	subject-1	Yes	0
+L5S155	ATCTTAGACTGC	tongue	2009	1	20	subject-1	No	84
+L5S174	CAGACATTGCGT	tongue	2009	2	17	subject-1	No	112
+L5S203	CGATGCACCAGA	tongue	2009	3	17	subject-1	No	140
+L5S222	CTAGAGACTCTT	tongue	2009	4	14	subject-1	No	168
+L1S140	ATGGCAGCTCTA	gut	2008	10	28	subject-2	Yes	0
+L1S208	CTGAGATACGCG	gut	2009	1	20	subject-2	No	84
+L1S257	CCGACTGAGATG	gut	2009	3	17	subject-2	No	140
+L1S281	CCTCTCGTGATC	gut	2009	4	14	subject-2	No	168
+L2S240	CATATCGCAGTT	left palm	2008	10	28	subject-2	Yes	0
+L2S309	CGTGCATTATCA	left palm	2009	1	20	subject-2	No	84
+L2S357	CTAACGCAGTCA	left palm	2009	3	17	subject-2	No	140
+L2S382	CTCAATGACTCA	left palm	2009	4	14	subject-2	No	168
+L3S378	ATCGATCTGTGG	right palm	2008	10	28	subject-2	Yes	0
+L4S63	CTCGTGGAGTAG	right palm	2009	1	20	subject-2	No	84
+L4S112	GCGTTACACACA	right palm	2009	3	17	subject-2	No	140
+L4S137	GAACTGTATCTC	right palm	2009	4	14	subject-2	No	168
+L5S240	CTGGACTCATAG	tongue	2008	10	28	subject-2	Yes	0
+L6S20	GAGGCTCATCAT	tongue	2009	1	20	subject-2	No	84
+L6S68	GATACGTCCTGA	tongue	2009	3	17	subject-2	No	140
+L6S93	GATTAGCACTCT	tongue	2009	4	14	subject-2	No	168
Binary file test-data/filter_samples.test5.feature-table.qza has changed
Binary file test-data/filter_samples.test6.feature-table.qza has changed
Binary file test-data/group.test0.feature-table.qza has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/group.test0.sample-metadata.tsv	Thu Apr 25 21:08:12 2024 +0000
@@ -0,0 +1,36 @@
+sample-id	barcode-sequence	body-site	year	month	day	subject	reported-antibiotic-usage	days-since-experiment-start
+#q2:types	categorical	categorical	numeric	numeric	numeric	categorical	categorical	numeric
+L1S8	AGCTGACTAGTC	gut	2008	10	28	subject-1	Yes	0
+L1S57	ACACACTATGGC	gut	2009	1	20	subject-1	No	84
+L1S76	ACTACGTGTGGT	gut	2009	2	17	subject-1	No	112
+L1S105	AGTGCGATGCGT	gut	2009	3	17	subject-1	No	140
+L2S155	ACGATGCGACCA	left palm	2009	1	20	subject-1	No	84
+L2S175	AGCTATCCACGA	left palm	2009	2	17	subject-1	No	112
+L2S204	ATGCAGCTCAGT	left palm	2009	3	17	subject-1	No	140
+L2S222	CACGTGACATGT	left palm	2009	4	14	subject-1	No	168
+L3S242	ACAGTTGCGCGA	right palm	2008	10	28	subject-1	Yes	0
+L3S294	CACGACAGGCTA	right palm	2009	1	20	subject-1	No	84
+L3S313	AGTGTCACGGTG	right palm	2009	2	17	subject-1	No	112
+L3S341	CAAGTGAGAGAG	right palm	2009	3	17	subject-1	No	140
+L3S360	CATCGTATCAAC	right palm	2009	4	14	subject-1	No	168
+L5S104	CAGTGTCAGGAC	tongue	2008	10	28	subject-1	Yes	0
+L5S155	ATCTTAGACTGC	tongue	2009	1	20	subject-1	No	84
+L5S174	CAGACATTGCGT	tongue	2009	2	17	subject-1	No	112
+L5S203	CGATGCACCAGA	tongue	2009	3	17	subject-1	No	140
+L5S222	CTAGAGACTCTT	tongue	2009	4	14	subject-1	No	168
+L1S140	ATGGCAGCTCTA	gut	2008	10	28	subject-2	Yes	0
+L1S208	CTGAGATACGCG	gut	2009	1	20	subject-2	No	84
+L1S257	CCGACTGAGATG	gut	2009	3	17	subject-2	No	140
+L1S281	CCTCTCGTGATC	gut	2009	4	14	subject-2	No	168
+L2S240	CATATCGCAGTT	left palm	2008	10	28	subject-2	Yes	0
+L2S309	CGTGCATTATCA	left palm	2009	1	20	subject-2	No	84
+L2S357	CTAACGCAGTCA	left palm	2009	3	17	subject-2	No	140
+L2S382	CTCAATGACTCA	left palm	2009	4	14	subject-2	No	168
+L3S378	ATCGATCTGTGG	right palm	2008	10	28	subject-2	Yes	0
+L4S63	CTCGTGGAGTAG	right palm	2009	1	20	subject-2	No	84
+L4S112	GCGTTACACACA	right palm	2009	3	17	subject-2	No	140
+L4S137	GAACTGTATCTC	right palm	2009	4	14	subject-2	No	168
+L5S240	CTGGACTCATAG	tongue	2008	10	28	subject-2	Yes	0
+L6S20	GAGGCTCATCAT	tongue	2009	1	20	subject-2	No	84
+L6S68	GATACGTCCTGA	tongue	2009	3	17	subject-2	No	140
+L6S93	GATTAGCACTCT	tongue	2009	4	14	subject-2	No	168
Binary file test-data/merge.test0.feature-table1.qza has changed
Binary file test-data/merge.test0.feature-table2.qza has changed
Binary file test-data/merge.test1.feature-table1.qza has changed
Binary file test-data/merge.test1.feature-table2.qza has changed
Binary file test-data/merge.test1.feature-table3.qza has changed
Binary file test-data/merge_seqs.test0.seqs1.qza has changed
Binary file test-data/merge_seqs.test0.seqs2.qza has changed
Binary file test-data/merge_taxa.test0.tax1.qza has changed
Binary file test-data/merge_taxa.test0.tax2.qza has changed
Binary file test-data/summarize.test0.feature-table.qza has changed
Binary file test-data/summarize_plus.test0.feature-table.qza has changed
Binary file test-data/tabulate_feature_frequencies.test0.feature-table.qza has changed
Binary file test-data/tabulate_sample_frequencies.test0.feature-table.qza has changed
Binary file test-data/tabulate_seqs.test0.rep-seqs.qza has changed
Binary file test-data/tabulate_seqs.test1.rep-seqs-single-taxon.qza has changed
Binary file test-data/tabulate_seqs.test1.single-taxonomy.qza has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/tabulate_seqs.test2.multi-taxonomy/.order	Thu Apr 25 21:08:12 2024 +0000
@@ -0,0 +1,2 @@
+GG1
+GG2
Binary file test-data/tabulate_seqs.test2.multi-taxonomy/GG1.qza has changed
Binary file test-data/tabulate_seqs.test2.multi-taxonomy/GG2.qza has changed
Binary file test-data/tabulate_seqs.test2.rep-seqs-multi-taxon.qza has changed