QIIME2_ITS
QIIME2 pipeline for single-end (IonTorrent) and paired-end (Illumina) ITS metabarcoding data. ITSxpress for ITS region extraction, DADA2 for denoising, plus diversity statistics, classification, and a PDF summary report.
Quick start
# 1. Install QIIME2 (see the wiki for details/troubleshooting):
VERSION=2026.7 # check https://library.qiime2.org/quickstart/qiime2 for the current release
conda env create -n rachis-qiime2-$VERSION \
--file https://raw.githubusercontent.com/qiime2/distributions/dev/$VERSION/qiime2/released/rachis-qiime2-linux-64-conda.yml
conda activate rachis-qiime2-$VERSION
# 2. Install ITSxpress + BBMap into it, and this package:
conda install -c bioconda -c conda-forge itsxpress bbmap
qiime dev refresh-cache
git clone https://github.com/duceppemo/QIIME2_ITS
cd QIIME2_ITS
pip install -e .
# 3. Run it:
qiime2-its \
-q rachis-qiime2-$VERSION \
-i /input_folder/ -o /output_folder/ \
-m qiime2_metadata.tsv -c classifier.qza \
-pe --extract-its2 --taxa Fungi
That's the short version. See the wiki for: full installation, building a classifier (UNITE/NCBI/your own fasta), the complete flag reference, fastq/metadata requirements, the diversity-stats-and-PDF-report feature, the real-data validation suite, and troubleshooting.
License
Release files for qiime2-its 0.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qiime2_its-0.3.2.tar.gz | 1.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qiime2_its-0.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.2 MB
Release files / qiime2_its-0.3.2.tar.gz
| Download URL | qiime2_its-0.3.2.tar.gz |
|---|---|
| Size | 1.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5053ffc1463e1c62918c0028a9832fd7e920ecf6b6b130e666a49a2290240935
|
|
BLAKE2b-256 checksum How to use checksums |
8c4c27cad46e1cee469010cb763c6b5ab50216796270df5be3aeeef42339d47c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|
Release files / qiime2_its-0.3.2-py3-none-any.whl
| Download URL | qiime2_its-0.3.2-py3-none-any.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4750d24816e26b1e0f442795341c06d9f3bcfa37961ad41e97c9df279506b966
|
|
BLAKE2b-256 checksum How to use checksums |
cef855a0361d609db6c92ce17bb472806e6ca724bb49fe3cb91d11bbc16d4788
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|