Module static_lfi
Source - LfiOption
- Option to define the structure of the LtFmIndex.
- StaticLfi
- LtFmIndex that has a maximum number of characters that can be indexed.
(The maximum length of one sequence is u32::MAX)
- LfiBuildError
- Error type for
StaticLfi
build.
- Lfi32B2V64
StaticLfi
that can index 3 (2^2 - 1) characters, with a BWT block size of 64.- Lfi32B3V64
StaticLfi
that can index 7 (2^3 - 1) characters, with a BWT block size of 64.- Lfi32B4V64
StaticLfi
that can index 15 (2^4 - 1) characters, with a BWT block size of 64.- Lfi32B5V64
StaticLfi
that can index 31 (2^5 - 1) characters, with a BWT block size of 64.