Related Experiment Video
Updated: Apr 1, 2026

DNA Sequence Recognition by DNA Primase Using High-Throughput Primase Profiling
Published on: October 8, 2019
Accelerating the Smith-Waterman algorithm with interpair pruning and band optimization for the all-pairs comparison
Daiki Okada1, Fumihiko Ino2, Kenichi Hagihara3
1Graduate School of Information Science and Technology, Osaka University, 1-5 Yamadaoka, Suita, 565-0871, Japan.
This study accelerates the Smith-Waterman algorithm for faster sequence alignment using interpair block pruning and band optimization. The enhanced method significantly speeds up all-pairs comparisons for sequences within the same species.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- The Smith-Waterman algorithm offers superior sensitivity for local sequence alignment compared to heuristic methods.
- Its high time complexity limits its use in all-pairs sequence comparisons crucial for phylogenetic tree construction.
- Existing methods utilize intrapair block pruning on Graphics Processing Units (GPUs) for acceleration.
Purpose of the Study:
- To accelerate the Smith-Waterman algorithm for all-pairs sequence comparisons.
- To implement interpair block pruning and band optimization for enhanced performance.
- To compare the acceleration achieved with a previous intrapair pruning method on GPUs.
Main Methods:
- Developed an interpair optimization technique for the Smith-Waterman algorithm.
- Implemented efficient block pruning by calculating a lower bound for unprocessed sequence pairs.
- Integrated the interpair optimization into SW#, a GPU-based implementation using banded algorithms.
Main Results:
- The interpair optimization method achieved significant matrix cell pruning: 88% on a single GPU and 73% on two GPUs for Bacillus anthracis genomes.
- Alignment performance reached 202 giga-cell updates per second (GCUPS) on two Tesla K40 GPUs for human chromosome 21.
- The method accelerated all-pairs comparisons of same-species sequences by 1.2 times compared to intrapair pruning.
Conclusions:
- Interpair pruning and band optimization effectively accelerate Smith-Waterman for same-species sequence comparisons.
- The method shows limitations in cross-species comparisons (e.g., human, chimpanzee, gorilla).
- The optimized Smith-Waterman algorithm is valuable for applications requiring optimal local alignment scores within species.
Related Concept Videos
Maxam-Gilbert Sequencing
Challenges of the Maxam-Gilbert Method
The...
DNA Base Pairing
DNA Base Pairing
Wilcoxon Signed-Ranks Test for Matched Pairs
Gene Evolution - Fast or Slow?
In contrast, regions which code...
Gene Evolution - Fast or Slow?

