GBWT (in Rust)
This is a Rust reimplementation of parts of the GBWT and the GBWTGraph. It is based on the Simple-SDS library.
Scope
GBWT
- Simple-SDS file format
- Iteration over paths
- Unidirectional search
- Bidirectional search
- Metadata
- Locate queries
GBWTGraph / GBZ
- Simple-SDS file format
- GFA extraction
Possible future additions
- GBWT construction
- GBWT merging
- Cached GBWT
Notes
- The included
.cargo/config.toml
sets the target CPU tonative
. - See Simple-SDS for assumptions on the environment.