Related Experiment Video
Updated: Apr 11, 2026

A Practical Guide to Phylogenetics for Nonexperts
Published on: February 5, 2014
HAlign 4: a new strategy for rapidly aligning millions of sequences
Tong Zhou1,2, Pinglu Zhang1,2, Quan Zou1,2
1Institute of Fundamental and Frontier Sciences, University of Electronic Science and Technology of China, Chengdu, Sichuan 610054, China.
HAlign4, a new C++ multiple sequence alignment tool, significantly improves speed and memory efficiency over HAlign3. It rapidly aligns millions of DNA/RNA sequences, making it practical for large-scale bioinformatics tasks.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Multiple sequence alignment is crucial for analyzing genomic data.
- Existing tools like HAlign3 struggle with extremely large datasets and long sequences.
- Efficient alignment software is needed for large-scale genomic studies.
Purpose of the Study:
- To develop a faster and more memory-efficient multiple sequence alignment tool.
- To overcome the limitations of HAlign3 in handling massive sequence datasets.
- To provide a practical solution for aligning millions of DNA/RNA sequences.
Main Methods:
- Implemented HAlign4 in C++ for enhanced performance.
- Replaced suffix trees with Burrows-Wheeler Transform for optimization.
- Integrated the wavefront alignment algorithm to improve time and memory efficiency.
Main Results:
- HAlign4 demonstrates significant improvements in runtime and memory usage compared to HAlign3.
- Achieved high alignment accuracy comparable to established tools like MAFFT.
- Successfully aligned 10 million COVID-19 sequences in approximately 12 minutes using 96 threads.
Conclusions:
- HAlign4 offers a highly efficient and practical solution for large-scale multiple sequence alignment.
- The new implementation is suitable for standard workstations, enabling rapid analysis of massive genomic datasets.
- HAlign4 represents a substantial advancement in bioinformatics software for sequence analysis.
Related Concept Videos
Gene Evolution - Fast or Slow?
In contrast, regions which code...
Evolutionary Relationships through Genome Comparisons
Multi-species Conserved Sequences
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved...
Next-generation Sequencing
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
RNA-seq
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
Maxam-Gilbert Sequencing
Challenges of the Maxam-Gilbert Method
The...

