English

Scalable De Novo Genome Assembly Using Pregel

Distributed, Parallel, and Cluster Computing 2018-01-16 v1

Abstract

De novo genome assembly is the process of stitching short DNA sequences to generate longer DNA sequences, without using any reference sequence for alignment. It enables high-throughput genome sequencing and thus accelerates the discovery of new genomes. In this paper, we present a toolkit, called PPA-assembler, for de novo genome assembly in a distributed setting. The operations in our toolkit provide strong performance guarantees, and can be assembled to implement various sequencing strategies. PPA-assembler adopts the popular {\em de Bruijn graph} based approach for sequencing, and each operation is implemented as a program in Google's Pregel framework for big graph processing. Experiments on large real and simulated datasets demonstrate that PPA-assembler is much more efficient than the state-of-the-arts and provides good sequencing quality.

Cite

@article{arxiv.1801.04453,
  title  = {Scalable De Novo Genome Assembly Using Pregel},
  author = {Da Yan and Hongzhi Chen and James Cheng and Zhenkun Cai and Bin Shao},
  journal= {arXiv preprint arXiv:1801.04453},
  year   = {2018}
}

Comments

This is the long version of our ICDE'18 short paper

R2 v1 2026-06-22T23:44:26.349Z