Skip to content

Commit 617d0c3

Browse files
authored
DEV BUMP 2024.10 TAKE 3 (#592)
1 parent e805e86 commit 617d0c3

26 files changed

+128
-128
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: install QIIME 2 amplicon distro
3636
run: |
3737
envFile=qiime2-amplicon-ubuntu-latest-conda.yml
38-
wget https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/amplicon/released/$envFile
38+
wget https://raw.githubusercontent.com/qiime2/distributions/dev/2024.10/amplicon/released/$envFile
3939
conda env create -q -p ./test-env --file $envFile
4040
4141
- name: install conda dependencies

source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,4 @@ def setup(app):
406406
mathjax_path = ('https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/'
407407
'MathJax.js?config=TeX-AMS-MML_HTMLorMML')
408408

409-
html_baseurl = os.environ.get('BASE_URL', 'https://docs.qiime2.org/2024.5/')
409+
html_baseurl = os.environ.get('BASE_URL', 'https://docs.qiime2.org/2024.10/')

source/data-resources.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ QIIME-compatible SILVA releases (up to release 132), as well as the licensing in
3333

3434
We also provide pre-formatted SILVA reference sequence and taxonomy files here that were processed using `RESCRIPt <https://github.com/bokulich-lab/RESCRIPt>`_. See licensing information below if you use these files.
3535

36-
- `Silva 138 SSURef NR99 full-length sequences <https://data.qiime2.org/2024.5/common/silva-138-99-seqs.qza>`_ (MD5: ``de8886bb2c059b1e8752255d271f3010``)
37-
- `Silva 138 SSURef NR99 full-length taxonomy <https://data.qiime2.org/2024.5/common/silva-138-99-tax.qza>`_ (MD5: ``f12d5b78bf4b1519721fe52803581c3d``)
38-
- `Silva 138 SSURef NR99 515F/806R region sequences <https://data.qiime2.org/2024.5/common/silva-138-99-seqs-515-806.qza>`_ (MD5: ``a914837bc3f8964b156a9653e2420d22``)
39-
- `Silva 138 SSURef NR99 515F/806R region taxonomy <https://data.qiime2.org/2024.5/common/silva-138-99-tax-515-806.qza>`_ (MD5: ``e2c40ae4c60cbf75e24312bb24652f2c``)
36+
- `Silva 138 SSURef NR99 full-length sequences <https://data.qiime2.org/2024.10/common/silva-138-99-seqs.qza>`_ (MD5: ``de8886bb2c059b1e8752255d271f3010``)
37+
- `Silva 138 SSURef NR99 full-length taxonomy <https://data.qiime2.org/2024.10/common/silva-138-99-tax.qza>`_ (MD5: ``f12d5b78bf4b1519721fe52803581c3d``)
38+
- `Silva 138 SSURef NR99 515F/806R region sequences <https://data.qiime2.org/2024.10/common/silva-138-99-seqs-515-806.qza>`_ (MD5: ``a914837bc3f8964b156a9653e2420d22``)
39+
- `Silva 138 SSURef NR99 515F/806R region taxonomy <https://data.qiime2.org/2024.10/common/silva-138-99-tax-515-806.qza>`_ (MD5: ``e2c40ae4c60cbf75e24312bb24652f2c``)
4040

4141

4242
Please cite the following references if you use any of these pre-formatted files:

source/install/index.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ option for all cases. In general we recommend the following:
3838

3939
.. _distributions:
4040

41-
QIIME 2 2024.5 distributions
41+
QIIME 2 2024.10 distributions
4242
----------------------------
4343

44-
As of 2024.5, QIIME 2 releases now include the following QIIME 2 distributions that are available for install:
44+
As of 2024.10, QIIME 2 releases now include the following QIIME 2 distributions that are available for install:
4545

4646
- ``amplicon``
4747
- ``metagenome``
4848
- ``tiny``
4949

50-
QIIME 2 2024.5 Amplicon Distribution
50+
QIIME 2 2024.10 Amplicon Distribution
5151
....................................
5252

53-
The 2024.5 release of the QIIME 2 Amplicon Distribution includes the QIIME 2 framework, ``q2cli`` (a QIIME 2 command-line interface) and the following plugins:
53+
The 2024.10 release of the QIIME 2 Amplicon Distribution includes the QIIME 2 framework, ``q2cli`` (a QIIME 2 command-line interface) and the following plugins:
5454

5555
- ``q2-alignment``
5656
- ``q2-composition``
@@ -75,10 +75,10 @@ The 2024.5 release of the QIIME 2 Amplicon Distribution includes the QIIME 2 fra
7575
- ``q2-vsearch``
7676
- ``rescript``
7777

78-
QIIME 2 2024.5 Metagenome Distribution
78+
QIIME 2 2024.10 Metagenome Distribution
7979
......................................
8080

81-
The 2024.5 release of the QIIME 2 Metagenome Distribution includes the QIIME 2 framework, ``q2cli`` (a QIIME 2 command-line interface) and the following plugins:
81+
The 2024.10 release of the QIIME 2 Metagenome Distribution includes the QIIME 2 framework, ``q2cli`` (a QIIME 2 command-line interface) and the following plugins:
8282

8383
- ``q2-assembly``
8484
- ``q2-composition``
@@ -102,10 +102,10 @@ The 2024.5 release of the QIIME 2 Metagenome Distribution includes the QIIME 2 f
102102
- ``q2-vsearch``
103103
- ``rescript``
104104

105-
QIIME 2 2024.5 Tiny Distribution
105+
QIIME 2 2024.10 Tiny Distribution
106106
................................
107107

108-
The 2024.5 release of the QIIME 2 Tiny Distribution includes the QIIME 2 framework and ``q2cli`` (a QIIME 2 command-line interface) and the following plugins:
108+
The 2024.10 release of the QIIME 2 Tiny Distribution includes the QIIME 2 framework and ``q2cli`` (a QIIME 2 command-line interface) and the following plugins:
109109

110110
- ``q2-types``
111111

source/install/native.rst

+21-21
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Install QIIME 2 within a ``conda`` environment
3434
----------------------------------------------
3535

3636
Once you have Miniconda installed, create a ``conda`` environment and install
37-
the QIIME 2 2024.5 distribution of your choice within the environment.
37+
the QIIME 2 2024.10 distribution of your choice within the environment.
3838
We **highly** recommend creating a *new* environment specifically for the
3939
QIIME 2 distribution and release being installed, as there are many required
4040
dependencies that you may not want added to an existing environment.
4141
You can choose whatever name you'd like for the environment.
42-
In this example, we'll name the environments ``qiime2-<distro>-2024.5``
43-
to indicate what QIIME 2 release is installed (i.e. ``2024.5``).
42+
In this example, we'll name the environments ``qiime2-<distro>-2024.10``
43+
to indicate what QIIME 2 release is installed (i.e. ``2024.10``).
4444

4545
QIIME 2 Amplicon Distribution
4646
.............................
@@ -62,20 +62,20 @@ QIIME 2 Amplicon Distribution
6262
</p>
6363
</div>
6464
<div id="amplicon-macOS-intel" class="tab-pane fade">
65-
<pre>conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-osx-conda.yml</pre>
65+
<pre>conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py39-osx-conda.yml</pre>
6666
</div>
6767
<div id="amplicon-macOS-apple-silicon" class="tab-pane fade">
6868
<p>These instructions are for users with <a href="https://support.apple.com/en-us/HT211814">Apple Silicon</a> chips (M1, M2, etc), and configures the installation of QIIME 2 in <a href="https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment">Rosetta 2 emulation mode</a>.</p>
69-
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-osx-conda.yml
70-
conda activate qiime2-amplicon-2024.5
69+
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py39-osx-conda.yml
70+
conda activate qiime2-amplicon-2024.10
7171
conda config --env --set subdir osx-64</pre>
7272
</div>
7373
<div id="amplicon-linux" class="tab-pane fade">
74-
<pre>conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-linux-conda.yml</pre>
74+
<pre>conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py39-linux-conda.yml</pre>
7575
</div>
7676
<div id="amplicon-wsl" class="tab-pane fade">
7777
<p>These instructions are identical to the Linux instructions and are intended for users of the <a href="https://learn.microsoft.com/en-us/windows/wsl/about">Windows Subsystem for Linux</a>.</p>
78-
<pre>conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-linux-conda.yml</pre>
78+
<pre>conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py39-linux-conda.yml</pre>
7979
</div>
8080
</div>
8181
</div>
@@ -100,20 +100,20 @@ QIIME 2 Metagenome Distribution
100100
</p>
101101
</div>
102102
<div id="metagenome-macOS-intel" class="tab-pane fade">
103-
<pre>conda env create -n qiime2-metagenome-2024.5 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.5-py39-osx-conda.yml</pre>
103+
<pre>conda env create -n qiime2-metagenome-2024.10 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.10-py39-osx-conda.yml</pre>
104104
</div>
105105
<div id="metagenome-macOS-apple-silicon" class="tab-pane fade">
106106
<p>These instructions are for users with <a href="https://support.apple.com/en-us/HT211814">Apple Silicon</a> chips (M1, M2, etc), and configures the installation of QIIME 2 in <a href="https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment">Rosetta 2 emulation mode</a>.</p>
107-
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-metagenome-2024.5 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.5-py39-osx-conda.yml
108-
conda activate qiime2-metagenome-2024.5
107+
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-metagenome-2024.10 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.10-py39-osx-conda.yml
108+
conda activate qiime2-metagenome-2024.10
109109
conda config --env --set subdir osx-64</pre>
110110
</div>
111111
<div id="metagenome-linux" class="tab-pane fade">
112-
<pre>conda env create -n qiime2-metagenome-2024.5 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.5-py39-linux-conda.yml</pre>
112+
<pre>conda env create -n qiime2-metagenome-2024.10 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.10-py39-linux-conda.yml</pre>
113113
</div>
114114
<div id="metagenome-wsl" class="tab-pane fade">
115115
<p>These instructions are identical to the Linux instructions and are intended for users of the <a href="https://learn.microsoft.com/en-us/windows/wsl/about">Windows Subsystem for Linux</a>.</p>
116-
<pre>conda env create -n qiime2-metagenome-2024.5 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.5-py39-linux-conda.yml</pre>
116+
<pre>conda env create -n qiime2-metagenome-2024.10 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.10-py39-linux-conda.yml</pre>
117117
</div>
118118
</div>
119119
</div>
@@ -138,20 +138,20 @@ QIIME 2 Tiny Distribution
138138
</p>
139139
</div>
140140
<div id="tiny-macOS-intel" class="tab-pane fade">
141-
<pre>conda env create -n qiime2-tiny-2024.5 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-osx-conda.yml</pre>
141+
<pre>conda env create -n qiime2-tiny-2024.10 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.10-py39-osx-conda.yml</pre>
142142
</div>
143143
<div id="tiny-macOS-apple-silicon" class="tab-pane fade">
144144
<p>These instructions are for users with <a href="https://support.apple.com/en-us/HT211814">Apple Silicon</a> chips (M1, M2, etc), and configures the installation of QIIME 2 in <a href="https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment">Rosetta 2 emulation mode</a>.</p>
145-
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-tiny-2024.5 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-osx-conda.yml
146-
conda activate qiime2-tiny-2024.5
145+
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-tiny-2024.10 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.10-py39-osx-conda.yml
146+
conda activate qiime2-tiny-2024.10
147147
conda config --env --set subdir osx-64</pre>
148148
</div>
149149
<div id="tiny-linux" class="tab-pane fade">
150-
<pre>conda env create -n qiime2-tiny-2024.5 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-linux-conda.yml</pre>
150+
<pre>conda env create -n qiime2-tiny-2024.10 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.10-py39-linux-conda.yml</pre>
151151
</div>
152152
<div id="tiny-wsl" class="tab-pane fade">
153153
<p>These instructions are identical to the Linux instructions and are intended for users of the <a href="https://learn.microsoft.com/en-us/windows/wsl/about">Windows Subsystem for Linux</a>.</p>
154-
<pre>conda env create -n qiime2-tiny-2024.5 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-linux-conda.yml</pre>
154+
<pre>conda env create -n qiime2-tiny-2024.10 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.10-py39-linux-conda.yml</pre>
155155
</div>
156156
</div>
157157
</div>
@@ -164,7 +164,7 @@ Now that you have a QIIME 2 environment, activate it using the environment's nam
164164
.. command-block::
165165
:no-exec:
166166

167-
conda activate qiime2-<distro>-2024.5
167+
conda activate qiime2-<distro>-2024.10
168168

169169
To deactivate an environment, run ``conda deactivate``.
170170

@@ -203,13 +203,13 @@ of QIIME 2 and one with the newer version.
203203
-----------------------
204204

205205
If at any point during the analysis the QIIME 2 conda environment is closed
206-
or deactivated, QIIME 2 2024.5 can be activated (or reactivated) by running
206+
or deactivated, QIIME 2 2024.10 can be activated (or reactivated) by running
207207
the following command:
208208

209209
.. command-block::
210210
:no-exec:
211211

212-
conda activate qiime2-<distro>-2024.5
212+
conda activate qiime2-<distro>-2024.10
213213

214214
To determine the currently active conda environment, run the following
215215
command and look for the line that starts with "active environment":

source/install/virtual/docker.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In a terminal with Docker activated, run:
2222
.. command-block::
2323
:no-exec:
2424

25-
docker pull quay.io/qiime2/<distribution>:2024.5
25+
docker pull quay.io/qiime2/<distribution>:2024.10
2626

2727
3. Confirm the installation
2828
---------------------------
@@ -32,4 +32,4 @@ Run the following to confirm that the image was successfully fetched.
3232
.. command-block::
3333
:no-exec:
3434

35-
docker run -t -i -v $(pwd):/data quay.io/qiime2/<distribution>:2024.5 qiime
35+
docker run -t -i -v $(pwd):/data quay.io/qiime2/<distribution>:2024.10 qiime

source/tutorials/atacama-soils.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ available as a Google Sheet. This ``sample-metadata.tsv`` file is used
4545
throughout the rest of the tutorial.
4646

4747
.. download::
48-
:url: https://data.qiime2.org/2024.5/tutorials/atacama-soils/sample_metadata.tsv
48+
:url: https://data.qiime2.org/2024.10/tutorials/atacama-soils/sample_metadata.tsv
4949
:saveas: sample-metadata.tsv
5050

5151

@@ -61,15 +61,15 @@ tutorial to further improve the run time.
6161
mkdir emp-paired-end-sequences
6262

6363
.. download::
64-
:url: https://data.qiime2.org/2024.5/tutorials/atacama-soils/10p/forward.fastq.gz
64+
:url: https://data.qiime2.org/2024.10/tutorials/atacama-soils/10p/forward.fastq.gz
6565
:saveas: emp-paired-end-sequences/forward.fastq.gz
6666

6767
.. download::
68-
:url: https://data.qiime2.org/2024.5/tutorials/atacama-soils/10p/reverse.fastq.gz
68+
:url: https://data.qiime2.org/2024.10/tutorials/atacama-soils/10p/reverse.fastq.gz
6969
:saveas: emp-paired-end-sequences/reverse.fastq.gz
7070

7171
.. download::
72-
:url: https://data.qiime2.org/2024.5/tutorials/atacama-soils/10p/barcodes.fastq.gz
72+
:url: https://data.qiime2.org/2024.10/tutorials/atacama-soils/10p/barcodes.fastq.gz
7373
:saveas: emp-paired-end-sequences/barcodes.fastq.gz
7474

7575
.. _`atacama demux`:
@@ -253,4 +253,4 @@ Califf, Cesar Cardona, Audrey Copeland, Will van Treuren, Karen L. Josephson,
253253
Rob Knight, Jack A. Gilbert, Jay Quade, J. Gregory Caporaso, and Raina M.
254254
Maier. mSystems May 2017, 2 (3) e00195-16; DOI: 10.1128/mSystems.00195-16.
255255

256-
.. _sample metadata: https://data.qiime2.org/2024.5/tutorials/atacama-soils/sample_metadata
256+
.. _sample metadata: https://data.qiime2.org/2024.10/tutorials/atacama-soils/sample_metadata

source/tutorials/chimera.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Start by creating a directory to work in.
1919
Next, download the necessary files:
2020

2121
.. download::
22-
:url: https://data.qiime2.org/2024.5/tutorials/chimera/atacama-table.qza
22+
:url: https://data.qiime2.org/2024.10/tutorials/chimera/atacama-table.qza
2323
:saveas: atacama-table.qza
2424

2525
.. download::
26-
:url: https://data.qiime2.org/2024.5/tutorials/chimera/atacama-rep-seqs.qza
26+
:url: https://data.qiime2.org/2024.10/tutorials/chimera/atacama-rep-seqs.qza
2727
:saveas: atacama-rep-seqs.qza
2828

2929
Run *de novo* chimera checking

source/tutorials/exporting.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Exporting a feature table
1717
A ``FeatureTable[Frequency]`` artifact will be exported as a `BIOM v2.1.0 formatted file`_.
1818

1919
.. download::
20-
:url: https://data.qiime2.org/2024.5/tutorials/exporting/feature-table.qza
20+
:url: https://data.qiime2.org/2024.10/tutorials/exporting/feature-table.qza
2121
:saveas: feature-table.qza
2222

2323
.. command-block::
@@ -32,7 +32,7 @@ Exporting a phylogenetic tree
3232
A ``Phylogeny[Unrooted]`` artifact will be exported as a `newick formatted file`_.
3333

3434
.. download::
35-
:url: https://data.qiime2.org/2024.5/tutorials/exporting/unrooted-tree.qza
35+
:url: https://data.qiime2.org/2024.10/tutorials/exporting/unrooted-tree.qza
3636
:saveas: unrooted-tree.qza
3737

3838
.. command-block::

source/tutorials/feature-classifier.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Two elements are required for training the classifier: the reference sequences a
2525
We will also download the representative sequences from the `Moving Pictures`_ tutorial to test our classifier.
2626

2727
.. download::
28-
:url: https://data.qiime2.org/2024.5/tutorials/training-feature-classifiers/85_otus.fasta
28+
:url: https://data.qiime2.org/2024.10/tutorials/training-feature-classifiers/85_otus.fasta
2929
:saveas: 85_otus.fasta
3030

3131
.. download::
32-
:url: https://data.qiime2.org/2024.5/tutorials/training-feature-classifiers/85_otu_taxonomy.txt
32+
:url: https://data.qiime2.org/2024.10/tutorials/training-feature-classifiers/85_otu_taxonomy.txt
3333
:saveas: 85_otu_taxonomy.txt
3434

3535
Next we import these data into QIIME 2 Artifacts. Since the Greengenes reference taxonomy file (:file:`85_otu_taxonomy.txt`) is a tab-separated (TSV) file without a header, we must specify ``HeaderlessTSVTaxonomyFormat`` as the *source format* since the default *source format* requires a header.
@@ -89,7 +89,7 @@ Test the classifier
8989
Finally, we verify that the classifier works by classifying the representative sequences from the `Moving Pictures`_ tutorial and visualizing the resulting taxonomic assignments.
9090

9191
.. download::
92-
:url: https://data.qiime2.org/2024.5/tutorials/training-feature-classifiers/rep-seqs.qza
92+
:url: https://data.qiime2.org/2024.10/tutorials/training-feature-classifiers/rep-seqs.qza
9393
:saveas: rep-seqs.qza
9494

9595
.. command-block::

source/tutorials/filtering.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ First, create a directory to work in and change to that directory.
1919
Download the data we'll use in the tutorial. This includes sample metadata, a feature table, and a distance matrix:
2020

2121
.. download::
22-
:url: https://data.qiime2.org/2024.5/tutorials/moving-pictures/sample_metadata.tsv
22+
:url: https://data.qiime2.org/2024.10/tutorials/moving-pictures/sample_metadata.tsv
2323
:saveas: sample-metadata.tsv
2424

2525
.. download::
26-
:url: https://data.qiime2.org/2024.5/tutorials/filtering/table.qza
26+
:url: https://data.qiime2.org/2024.10/tutorials/filtering/table.qza
2727
:saveas: table.qza
2828

2929
.. download::
30-
:url: https://data.qiime2.org/2024.5/tutorials/filtering/distance-matrix.qza
30+
:url: https://data.qiime2.org/2024.10/tutorials/filtering/distance-matrix.qza
3131
:saveas: distance-matrix.qza
3232

3333
.. download::
34-
:url: https://data.qiime2.org/2024.5/tutorials/filtering/taxonomy.qza
34+
:url: https://data.qiime2.org/2024.10/tutorials/filtering/taxonomy.qza
3535
:saveas: taxonomy.qza
3636

3737
.. download::
38-
:url: https://data.qiime2.org/2024.5/tutorials/filtering/sequences.qza
38+
:url: https://data.qiime2.org/2024.10/tutorials/filtering/sequences.qza
3939
:saveas: sequences.qza
4040

4141
Filtering feature tables

0 commit comments

Comments
 (0)