Sciweavers

BIBM
2008
IEEE

Genome Alignments Using MPI-LAGAN

13 years 11 months ago
Genome Alignments Using MPI-LAGAN
We develop a parallel algorithm for a widely used whole genome alignment method called LAGAN. We use the MPI-based protocol to develop parallel solutions for two phases of the algorithm which take up a significant portion of the total runtime, and also have a high memory requirement. The serial LAGAN program uses CHAOS to quickly determine initial anchor or seeds, which are extended using a sparse dynamic programming based longest-increasing subsequence method. Our work involves parallelizing the CHAOS and LIS phases of the algorithm using a one-dimensional block cyclic partitioning of the computation. This leads to development of an efficient algorithm that utilizes the processors in a balanced way. We also ensure minimum time spent in communication or transfer of information across processors. We also report experimental evaluation of our parallel implementation using pairs of human contigs of varying lengths. We discuss and illustrate the challenges faced in parallelizing a spars...
Ruinan Zhang, Huzefa Rangwala, George Karypis
Added 29 May 2010
Updated 29 May 2010
Type Conference
Year 2008
Where BIBM
Authors Ruinan Zhang, Huzefa Rangwala, George Karypis
Comments (0)