You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/data-resources.rst
+4-4
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,10 @@ QIIME-compatible SILVA releases (up to release 132), as well as the licensing in
33
33
34
34
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.
Copy file name to clipboardExpand all lines: source/install/index.rst
+8-8
Original file line number
Diff line number
Diff line change
@@ -38,19 +38,19 @@ option for all cases. In general we recommend the following:
38
38
39
39
.. _distributions:
40
40
41
-
QIIME 2 2024.5 distributions
41
+
QIIME 2 2024.10 distributions
42
42
----------------------------
43
43
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:
45
45
46
46
- ``amplicon``
47
47
- ``metagenome``
48
48
- ``tiny``
49
49
50
-
QIIME 2 2024.5 Amplicon Distribution
50
+
QIIME 2 2024.10 Amplicon Distribution
51
51
....................................
52
52
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:
54
54
55
55
- ``q2-alignment``
56
56
- ``q2-composition``
@@ -75,10 +75,10 @@ The 2024.5 release of the QIIME 2 Amplicon Distribution includes the QIIME 2 fra
75
75
- ``q2-vsearch``
76
76
- ``rescript``
77
77
78
-
QIIME 2 2024.5 Metagenome Distribution
78
+
QIIME 2 2024.10 Metagenome Distribution
79
79
......................................
80
80
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:
82
82
83
83
- ``q2-assembly``
84
84
- ``q2-composition``
@@ -102,10 +102,10 @@ The 2024.5 release of the QIIME 2 Metagenome Distribution includes the QIIME 2 f
102
102
- ``q2-vsearch``
103
103
- ``rescript``
104
104
105
-
QIIME 2 2024.5 Tiny Distribution
105
+
QIIME 2 2024.10 Tiny Distribution
106
106
................................
107
107
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:
<p>These instructions are for users with <ahref="https://support.apple.com/en-us/HT211814">Apple Silicon</a> chips (M1, M2, etc), and configures the installation of QIIME 2 in <ahref="https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment">Rosetta 2 emulation mode</a>.</p>
<p>These instructions are identical to the Linux instructions and are intended for users of the <ahref="https://learn.microsoft.com/en-us/windows/wsl/about">Windows Subsystem for Linux</a>.</p>
<p>These instructions are for users with <ahref="https://support.apple.com/en-us/HT211814">Apple Silicon</a> chips (M1, M2, etc), and configures the installation of QIIME 2 in <ahref="https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment">Rosetta 2 emulation mode</a>.</p>
<p>These instructions are identical to the Linux instructions and are intended for users of the <ahref="https://learn.microsoft.com/en-us/windows/wsl/about">Windows Subsystem for Linux</a>.</p>
<p>These instructions are for users with <ahref="https://support.apple.com/en-us/HT211814">Apple Silicon</a> chips (M1, M2, etc), and configures the installation of QIIME 2 in <ahref="https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment">Rosetta 2 emulation mode</a>.</p>
<p>These instructions are identical to the Linux instructions and are intended for users of the <ahref="https://learn.microsoft.com/en-us/windows/wsl/about">Windows Subsystem for Linux</a>.</p>
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
89
89
Finally, we verify that the classifier works by classifying the representative sequences from the `Moving Pictures`_ tutorial and visualizing the resulting taxonomic assignments.
0 commit comments