May 20, 2019
Conference Paper

PaKman: Scalable Assembly of Large Genomes on Distributed Memory Machines

Abstract

De novo genome assembly is a fundamental problem in the field of bioinformatics, that aims to assemble the DNA sequence of an unknown genome from numerous short DNA fragments (aka reads) obtained from it. With the advent of high-throughput sequencing technologies, billions of reads can be generated in a matter of hours, necessitating efficient parallelization of the assembly process. While multiple parallel solutions have been proposed in the past, conducting a large- scale assembly at scale remains a challenging problem because of the inherent complexities associated with data movement, and irregular access footprints of memory and I/O operations. In this paper, we present a novel algorithm, called PaKman, to address the problem of performing large-scale genome assemblies on a distributed memory parallel computer. Our approach focuses on improving performance through a combination of novel data structures and algorithmic strategies for reducing the communication and I/O footprint during the assembly process. A key aspect of our algorithm is its graph data structure, which comprises fat nodes (or what we call "macro-nodes") that reduce the communication burden during contig generation. We present an extensive performance and qualitative evaluation of our algorithm, including comparisons to other state-of-the-art parallel assemblers. Our results demonstrate the ability to achieve near-linear speedups on up to 8K cores (tested); outperform state-of-the-art distributed memory and shared memory tools in performance while delivering comparable (if not better) quality; and reduce time to solution significantly. For instance, PaKman is able to complete an assembly of the full human genome in just over a minute on 8K cores.

Revised: May 11, 2020 | Published: May 20, 2019

Citation

Ghosh P., S. Krishnamoorthy, and A. Kalyanaraman. 2019. PaKman: Scalable Assembly of Large Genomes on Distributed Memory Machines. In IEEE International Parallel & Distributed Processing Symposium (IPDPS 2019), May 20-24, 2019), Rio de Janeiro, Brazil, 578-589. Piscataway, New Jersey:IEEE. PNNL-SA-138919. doi:10.1109/IPDPS.2019.00067