8000 GitHub - jltsiren/gbwt-rs: GBWT in Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jltsiren/gbwt-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Iteration over nodes and edges
  • Iteration over segments and links
  • Iteration over paths and path extensions
  • GFA extraction

Possible future extensions

  • GBWT construction
  • GBWT merging
  • Cached GBWT

Notes

  • The included .cargo/config.toml sets the target CPU to native.
  • See Simple-SDS for assumptions on the environment.

About

GBWT in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0