Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 737 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 737 Bytes

FMIndex-Collection

This Repository implements data structures and algorithms that involve (bidirectional) fm indices and searching. FMIndex structures can be used to search through huge data. Example: The human genome consist of around 3 billion base pairs, which can be indexed into a data structure of the size of 6GB (including fmindex and compressed suffix array). This can be searched with thousands of queries per second.

See documentation for detailed information.