TaxonTableTools2 (TTT) is an easy-to-use graphical software designed for the analysis and visualization of DNA metabarcoding data. It enables biologists and researchers without bioinformatics experience to explore taxonomic datasets quickly, reproducibly, and interactively through a modern graphical user interface.
TTT focuses on:
- Intuitive biodiversity data exploration
- Reproducible analysis workflows
- Rapid visualization of metabarcoding results
- Accessibility for non-programmers
TaxonTableTools2 represents a complete redesign of the original TaxonTableTools software.
Because Version 2 was rewritten from the ground up, early releases may still contain bugs or incomplete features. Stability and functionality will continue to improve throughout 2026.
Bug reports, feature requests, and suggestions are highly welcome.
- Python3.10 or higher
- Miniconda (recommended)
- Windows (W10 or W11)
- macOS (M1 or M2)
- Linux requires a manual installation via pip
-
Download and install Miniconda
-
Open a Miniconda Terminal
Windows: Search for ‘Anaconda Powershell Prompt (Miniconda3)’
macOS: Open a new Terminal window. The prompt should display the (base) environment.
- Download the TTT Environment File
- Create the TTT Environment (remember to adjust the PATH to match your local file!)
conda env create -f taxontabletools2_env_windows_aarch64.yml- Activate the Environment
conda activate TTT- Start TaxonTableTools2
taxontabletools2Your browser will automatically open the graphical user interface.
-
Install python 3.10 or higher (conda environment is recommended)
-
Install taxontabletool2 via pip
pip install taxontabletools2
-
Install scikit-bio
conda install -c conda-forge scikit-bio
OR
pip install scikit-bio
-
Start TaxonTableTools2
taxontabletools2
Documentation and tutorials are currently under development and will be released soon.
If you encounter bugs or unexpected behaviour:
- open an issue in the GitHub repository
- contact me directly via email
Community feedback strongly contributes to improving TTT.
If you use TaxonTableTools in your research, please cite:
Macher, T. H., Beermann, A. J., & Leese, F. (2021). TaxonTableTools—A comprehensive, platform-independent graphical user interface software to explore and visualise DNA metabarcoding data. Molecular Ecology Resources. https://doi.org/10.1111/1755-0998.13358
TaxonTableTools2 is actively developed and evolving. New analysis modules, visualization tools, and workflow improvements will be added continuously.
Contributions and collaborations are welcome.