Related Experiment Video
Updated: May 23, 2026

Collection and Extraction of Saliva DNA for Next Generation Sequencing
Published on: August 27, 2014
Using GPUs for the exact alignment of short-read genetic sequences by means of the Burrows-Wheeler transform
José Salavert Torres1, Ignacio Blanquer Espert, Andrés Tomás Domínguez
1Centro Mixto CSIC, Instituto de Instrumentación para Imagen Molecular Valencia-I3M, Universitat Politècnica de València-CIEMAT, Camino de Vera s/n, València 46022, Spain. josator@i3m.upv.es
Abstract:
General Purpose Graphic Processing Units (GPGPUs) constitute an inexpensive resource for computing-intensive applications that could exploit an intrinsic fine-grain parallelism. This paper presents the design and implementation in GPGPUs of an exact alignment tool for nucleotide sequences based on the Burrows-Wheeler Transform. We compare this algorithm with state-of-the-art implementations of the same algorithm over standard CPUs, and considering the same conditions in terms of I/O. Excluding disk transfers, the implementation of the algorithm in GPUs shows a speedup larger than 12, when compared to CPU execution. This implementation exploits the parallelism by concurrently searching different sequences on the same reference search tree, maximizing memory locality and ensuring a symmetric access to the data. The paper describes the behavior of the algorithm in GPU, showing a good scalability in the performance, only limited by the size of the GPU inner memory.
Related Concept Videos
Evolutionary Relationships through Genome Comparisons
Next-generation Sequencing
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features.

