phylogenetics

Build and visualize phylogenetic trees from sequence data with MAFFT and IQ-TREE 2.

48|6|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/qinyan-ai/qinyan-academic-skills --skill phylogenetics-qinyan-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phylogenetics
Source: https://github.com/qinyan-ai/qinyan-academic-skills/tree/main/skills/05-%E7%94%9F%E7%89%A9%E4%BF%A1%E6%81%AF%E4%B8%8E%E5%9F%BA%E5%9B%A0%E7%BB%84%E5%AD%A6/phylogenetics
Command: npx skills add https://github.com/qinyan-ai/qinyan-academic-skills --skill phylogenetics-qinyan-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Reconstruct and interpret evolutionary relationships by building phylogenetic trees from biological sequences and visualizing their relationships.

Core Features & Use Cases

  • MAFFT alignment for accurate multiple sequence alignment.
  • IQ-TREE 2 maximum-likelihood tree inference with bootstrap support.
  • FastTree alternative for large datasets.
  • Visualization with ETE3 or FigTree for intuitive interpretation.
  • Use cases: viral phylodynamics, microbial genomics, protein family evolution, and molecular clock studies.

Quick Start

Input an unaligned FASTA and run the phylogenetic pipeline to produce a rooted tree and visualization.

Frequently Asked Questions about phylogenetics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a phylogenetic tree from an unaligned FASTA file?

Building a phylogenetic tree from an unaligned FASTA file involves running an end-to-end pipeline that executes multiple sequence alignment, tree inference with bootstrap support, and visualization to produce a rooted tree.

When should I use FastTree instead of IQ-TREE 2 for phylogenetic analysis?

You should use FastTree for phylogenetic analysis when working with large datasets that require faster processing, whereas IQ-TREE 2 is used for maximum-likelihood tree inference with rigorous bootstrap support on standard nucleotide and amino-acid datasets.

Do I need a Python environment with ete3 to visualize evolutionary trees?

Yes, a Python environment with ete3 is required to visualize evolutionary trees, as it provides the visualization framework for interpreting the inferred phylogenetic relationships from sequence data.

Can I use this phylogenetic pipeline for viral phylodynamics and microbial genomics?

Yes, you can use this phylogenetic pipeline for viral phylodynamics and microbial genomics, as it supports scalable analysis workflows for reconstructing evolutionary relationships across nucleotide and amino-acid datasets.

What is the best way to perform multiple sequence alignment for phylogeny reconstruction?

The best way to perform multiple sequence alignment for phylogeny reconstruction is using MAFFT, which provides accurate alignment of nucleotide and amino-acid sequences as the foundational step before tree inference.

Does maximum-likelihood tree inference with IQ-TREE 2 include model testing and bootstrap support?

Yes, maximum-likelihood tree inference with IQ-TREE 2 includes model testing and bootstrap support to ensure robust reconstruction of evolutionary relationships from biological sequence data.