English

Fast construction of FM-index for long sequence reads

Genomics 2014-08-29 v1 Data Structures and Algorithms

Abstract

Summary: We present a new method to incrementally construct the FM-index for both short and long sequence reads, up to the size of a genome. It is the first algorithm that can build the index while implicitly sorting the sequences in the reverse (complement) lexicographical order without a separate sorting step. The implementation is among the fastest for indexing short reads and the only one that practically works for reads of averaged kilobases in length. Availability and implementation: https://github.com/lh3/ropebwt2 Contact: [email protected]

Keywords

Cite

@article{arxiv.1406.0426,
  title  = {Fast construction of FM-index for long sequence reads},
  author = {Heng Li},
  journal= {arXiv preprint arXiv:1406.0426},
  year   = {2014}
}

Comments

2 pages