Related Experiment Video
Updated: May 22, 2026

06:58
Collection and Extraction of Saliva DNA for Next Generation Sequencing
Published on: August 27, 2014
CUSHAW: a CUDA compatible short read aligner to large genomes based on the Burrows-Wheeler transform
Yongchao Liu1, Bertil Schmidt, Douglas L Maskell
1School of Computer Engineering, Nanyang Technological University, Singapore 639798, Singapore. liuy@uni-mainz.de
Bioinformatics (Oxford, England)
|May 12, 2012
Summary
CUSHAW is a new parallelized short read aligner that uses graphics processing units (GPUs) to speed up the mapping of sequencing data. This tool offers fast alignment quality comparable to leading aligners for genomics research.
Area of Science:
- Genomics
- Bioinformatics
- Computational Biology
Background:
- High-throughput sequencing technologies generate vast amounts of short read data.
- Mapping short reads to reference genomes presents challenges in alignment quality and speed.
Purpose of the Study:
- To develop a fast and accurate short read aligner.
- To leverage parallel computing for improved alignment performance.
Main Methods:
- Developed CUSHAW, a parallelized aligner using Compute Unified Device Architecture (CUDA).
- Employed a quality-aware bounded search with Burrows-Wheeler Transform (BWT) and Ferragina-Manzini index.
- Utilized CUDA-compatible graphics hardware as accelerators.
Main Results:
- CUSHAW achieves significant speedups on GPUs for short read alignment.
- Demonstrates comparable or superior alignment quality for paired-end reads versus Bowtie, BWA, and SOAP2.
- Shows competitive performance in single-nucleotide polymorphism calling.
Conclusions:
- CUSHAW offers an efficient solution for short read alignment challenges.
- GPU acceleration significantly enhances alignment speed and quality.
- The tool is a valuable asset for large-scale genomics data analysis.
Related Concept Videos
Next-generation Sequencing
The first human genome sequencing project cost $2.7 billion and was declared complete in 2003, after 15 years of international cooperation and collaboration between several research teams and funding agencies. Today, with the advent of next-generation sequencing technologies, the cost and time of sequencing a human genome have dropped over 100 fold.
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features.
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features.
Sanger Sequencing
DNA sequencing is a fundamental technique that is routinely used in the biological sciences. This method can be applied to a range of questions at different scales - from the sequencing of a cloned DNA fragment or the study of a mutation in a gene up to whole-genome sequencing. However, despite the widespread use of sequencing today, it was not until 1977 that Fredrick Sanger and his collaborators developed the chain-termination method to decode DNA sequences. It relies on the separation of a...
RNA-seq
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases.
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while microarray-based...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while microarray-based...
DNA Microarrays
Microarrays are high-throughput and relatively inexpensive assays that can be automated to analyze large quantities of data at a time. They are used in genome-wide studies to compare gene or protein expression under two varied conditions, such as healthy and diseased states. Microarrays consist of glass or silica slides on which probe molecules are covalently attached through surface functionalization. Most commonly, the slides are prepared through the chemisorption of silanes to silica...
Genome Annotation and Assembly
The genome refers to all of the genetic material in an organism. It can range from a few million base pairs in microbial cells to several billion base pairs in many eukaryotic organisms. Genome assembly refers to the process of taking the DNA sequencing data and putting it all back together in a correct order to create a close representation of the original genome. This is followed by the identification of functional elements on the newly assembled genome, a process called genome annotation.

