PLoS Computational Biology (Jan 2021)

Real-time resolution of short-read assembly graph using ONT long reads.

  • Son Hoang Nguyen,
  • Minh Duc Cao,
  • Lachlan J M Coin

DOI
https://doi.org/10.1371/journal.pcbi.1008586
Journal volume & issue
Vol. 17, no. 1
p. e1008586

Abstract

Read online

A streaming assembly pipeline utilising real-time Oxford Nanopore Technology (ONT) sequencing data is important for saving sequencing resources and reducing time-to-result. A previous approach implemented in npScarf provided an efficient streaming algorithm for hybrid assembly but was relatively prone to mis-assemblies compared to other graph-based methods. Here we present npGraph, a streaming hybrid assembly tool using the assembly graph instead of the separated pre-assembly contigs. It is able to produce more complete genome assembly by resolving the path finding problem on the assembly graph using long reads as the traversing guide. Application to synthetic and real data from bacterial isolate genomes show improved accuracy while still maintaining a low computational cost. npGraph also provides a graphical user interface (GUI) which provides a real-time visualisation of the progress of assembly. The tool and source code is available at https://github.com/hsnguyen/assembly.