Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




RopeBWT2: Incremental construction of FM-index for DNA sequences

https://github.com/lh3/ropebwt2

RopeBWT2 is an tool for constructing the FM-index for a collection of DNA sequences. It works by incrementally inserting one or multiple sequences into an existing pseudo-BWT position by position, starting from the end of the sequences. This algorithm can be largely considered a mixture of BCR and dynamic FM-index. Nonetheless, ropeBWT2 is unique in that it may implicitlysort the input into reverse lexicographical order (RLO) or reverse-complement lexicographical order (RCLO) while building the index.