Purpose
IQ-TREE is an external software for maximum likelihood phylogenetic tree estimation. It can also generate ancestral state reconstructions for use with tree-qc.
Installation
conda install -c bioconda iqtree
Basic Usage
iqtree -s alignment.fasta -m GTR+G -bb 1000
Common Options
- -s: Input alignment file
- -m: Evolution model (e.g., GTR+G, HKY+F)
- -bb: Number of bootstrap replicates
- -asr: Compute ancestral state reconstruction
- -T: Number of threads
Citation
Minh, B.Q., Schmidt, H.A., et al. IQ-TREE 2: New Models and Efficient Methods for Phylogenetic Inference in the Genomic Era. Molecular Biology and Evolution, Volume 37, Issue 5, May 2020, Pages 1530–1534, https://doi.org/10.1093/molbev/msaa015
For Raccoon Integration
To generate ASR files for tree-qc analysis, use flag -asr in IQ-TREE. This will create a .state file needed for advanced tree-qc analyses.
→ IQ-TREE Documentation