Skip to content
Mike Lee edited this page May 24, 2024 · 110 revisions






Citations
Conda installs
DOI
Twitter Follow


Welcome to the GToTree wiki!

GToTree is a user-friendly workflow for phylogenomics intended to give more researchers the capability to create phylogenomic trees and to make the process of iterating phylogenomic trees much easier. The open-access Bioinformatics Journal publication is available here. GToTree can be installed and run on a Mac or Linux machine, as well as on Windows within a Windows Subsystem for Linux environment 👍

For an overview of what this is all about, see the "What is GToTree?" page. Or, to see some practical ways GToTree can be helpful, scan through the Example usage page.


A quick conda installation can be run like so:

# installing mamba if needed first (for faster conda installs)
conda install -n base -c conda-forge mamba
mamba create -y -n gtotree -c astrobiomike -c conda-forge -c bioconda -c defaults gtotree

Wiki contents