Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 2543ed5

Browse files
authored
Revert "DEV-BUMP: 2025.4 (#593)"
This reverts commit f5fb4a4.
1 parent a742e9a commit 2543ed5

25 files changed

+125
-125
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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/2025.4/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

Lines changed: 1 addition & 1 deletion
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/2025.4/')
409+
html_baseurl = os.environ.get('BASE_URL', 'https://docs.qiime2.org/2024.10/')

source/data-resources.rst

Lines changed: 4 additions & 4 deletions
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/2025.4/common/silva-138-99-seqs.qza>`_ (MD5: ``de8886bb2c059b1e8752255d271f3010``)
37-
- `Silva 138 SSURef NR99 full-length taxonomy <https://data.qiime2.org/2025.4/common/silva-138-99-tax.qza>`_ (MD5: ``f12d5b78bf4b1519721fe52803581c3d``)
38-
- `Silva 138 SSURef NR99 515F/806R region sequences <https://data.qiime2.org/2025.4/common/silva-138-99-seqs-515-806.qza>`_ (MD5: ``a914837bc3f8964b156a9653e2420d22``)
39-
- `Silva 138 SSURef NR99 515F/806R region taxonomy <https://data.qiime2.org/2025.4/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/native.rst

Lines changed: 26 additions & 26 deletions
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 2025.4 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>-2025.4``
43-
to indicate what QIIME 2 release is installed (i.e. ``2025.4``).
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-2025.4 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2025.4-py310-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-py310-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-2025.4 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2025.4-py310-osx-conda.yml
70-
conda activate qiime2-amplicon-2025.4
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-py310-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-2025.4 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2025.4-py310-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-py310-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-2025.4 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2025.4-py310-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-py310-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-2025.4 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2025.4-py310-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-py310-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-2025.4 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2025.4-py310-osx-conda.yml
108-
conda activate qiime2-metagenome-2025.4
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-py310-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-2025.4 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2025.4-py310-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-py310-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-2025.4 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2025.4-py310-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-py310-linux-conda.yml</pre>
117117
</div>
118118
</div>
119119
</div>
@@ -138,20 +138,20 @@ QIIME 2 Pathogenome Distribution
138138
</p>
139139
</div>
140140
<div id="pathogenome-macOS-intel" class="tab-pane fade">
141-
<pre>conda env create -n qiime2-pathogenome-2025.4 --file https://data.qiime2.org/distro/pathogenome/qiime2-pathogenome-2025.4-py310-osx-conda.yml</pre>
141+
<pre>conda env create -n qiime2-pathogenome-2024.10 --file https://data.qiime2.org/distro/pathogenome/qiime2-pathogenome-2024.10-py310-osx-conda.yml</pre>
142142
</div>
143143
<div id="pathogenome-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-pathogenome-2025.4 --file https://data.qiime2.org/distro/pathogenome/qiime2-pathogenome-2025.4-py310-osx-conda.yml
146-
conda activate qiime2-pathogenome-2025.4
145+
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-pathogenome-2024.10 --file https://data.qiime2.org/distro/pathogenome/qiime2-pathogenome-2024.10-py310-osx-conda.yml
146+
conda activate qiime2-pathogenome-2024.10
147147
conda config --env --set subdir osx-64</pre>
148148
</div>
149149
<div id="pathogenome-linux" class="tab-pane fade">
150-
<pre>conda env create -n qiime2-pathogenome-2025.4 --file https://data.qiime2.org/distro/pathogenome/qiime2-pathogenome-2025.4-py310-linux-conda.yml</pre>
150+
<pre>conda env create -n qiime2-pathogenome-2024.10 --file https://data.qiime2.org/distro/pathogenome/qiime2-pathogenome-2024.10-py310-linux-conda.yml</pre>
151151
</div>
152152
<div id="pathogenome-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-pathogenome-2025.4 --file https://data.qiime2.org/distro/pathogenome/qiime2-pathogenome-2025.4-py310-linux-conda.yml</pre>
154+
<pre>conda env create -n qiime2-pathogenome-2024.10 --file https://data.qiime2.org/distro/pathogenome/qiime2-pathogenome-2024.10-py310-linux-conda.yml</pre>
155155
</div>
156156
</div>
157157
</div>
@@ -176,20 +176,20 @@ QIIME 2 Tiny Distribution
176176
</p>
177177
</div>
178178
<div id="tiny-macOS-intel" class="tab-pane fade">
179-
<pre>conda env create -n qiime2-tiny-2025.4 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2025.4-py310-osx-conda.yml</pre>
179+
<pre>conda env create -n qiime2-tiny-2024.10 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.10-py310-osx-conda.yml</pre>
180180
</div>
181181
<div id="tiny-macOS-apple-silicon" class="tab-pane fade">
182182
<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>
183-
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-tiny-2025.4 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2025.4-py310-osx-conda.yml
184-
conda activate qiime2-tiny-2025.4
183+
<pre>CONDA_SUBDIR=osx-64 conda env create -n qiime2-tiny-2024.10 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.10-py310-osx-conda.yml
184+
conda activate qiime2-tiny-2024.10
185185
conda config --env --set subdir osx-64</pre>
186186
</div>
187187
<div id="tiny-linux" class="tab-pane fade">
188-
<pre>conda env create -n qiime2-tiny-2025.4 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2025.4-py310-linux-conda.yml</pre>
188+
<pre>conda env create -n qiime2-tiny-2024.10 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.10-py310-linux-conda.yml</pre>
189189
</div>
190190
<div id="tiny-wsl" class="tab-pane fade">
191191
<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>
192-
<pre>conda env create -n qiime2-tiny-2025.4 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2025.4-py310-linux-conda.yml</pre>
192+
<pre>conda env create -n qiime2-tiny-2024.10 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.10-py310-linux-conda.yml</pre>
193193
</div>
194194
</div>
195195
</div>
@@ -202,7 +202,7 @@ Now that you have a QIIME 2 environment, activate it using the environment's nam
202202
.. command-block::
203203
:no-exec:
204204

205-
conda activate qiime2-<distro>-2025.4
205+
conda activate qiime2-<distro>-2024.10
206206

207207
To deactivate an environment, run ``conda deactivate``.
208208

@@ -241,13 +241,13 @@ of QIIME 2 and one with the newer version.
241241
-----------------------
242242

243243
If at any point during the analysis the QIIME 2 conda environment is closed
244-
or deactivated, QIIME 2 2025.4 can be activated (or reactivated) by running
244+
or deactivated, QIIME 2 2024.10 can be activated (or reactivated) by running
245245
the following command:
246246

247247
.. command-block::
248248
:no-exec:
249249

250-
conda activate qiime2-<distro>-2025.4
250+
conda activate qiime2-<distro>-2024.10
251251

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

source/install/virtual/docker.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In a terminal with Docker activated, run:
2323
.. command-block::
2424
:no-exec:
2525

26-
docker pull quay.io/qiime2/<distribution>:2025.4
26+
docker pull quay.io/qiime2/<distribution>:2024.10
2727

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

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

source/tutorials/atacama-soils.rst

Lines changed: 5 additions & 5 deletions
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/2025.4/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/2025.4/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/2025.4/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/2025.4/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/2025.4/tutorials/atacama-soils/sample_metadata
256+
.. _sample metadata: https://data.qiime2.org/2024.10/tutorials/atacama-soils/sample_metadata

source/tutorials/chimera.rst

Lines changed: 2 additions & 2 deletions
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/2025.4/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/2025.4/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

Lines changed: 2 additions & 2 deletions
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/2025.4/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/2025.4/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

Lines changed: 3 additions & 3 deletions
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/2025.4/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/2025.4/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/2025.4/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

Lines changed: 5 additions & 5 deletions
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/2025.4/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/2025.4/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/2025.4/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/2025.4/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/2025.4/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)