KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
gbwt-rs
★ 46
Open GitHub ↗
GBZ file format for pangenome graphs
Download README (.md)
Explore Similar Repositories
TheHumanPangenome
:
A Strategy for Building and Using a Human Reference Pangenome
rpvg
:
Method for inferring path posterior probabilities and abundances from pangenome graph read alignments
panGraphViewer
:
Show pangenome graphs in an easy way
strangepg
:
strange cross-platform, performance-oriented and interactive pangenome and large graph visualization
panphlan
:
PanPhlAn is a strain-level metagenomic profiling tool for identifying the gene composition of individual strains in metagenomic samples
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gbwt-rs
?
Download (.md)
# GBZ file format for pangenome graphs This is a Rust reimplementation of parts of the [GBWT](https://github.com/jltsiren/gbwt) and the [GBWTGraph](https://github.com/jltsiren/gbwtgraph). It is based on the [Simple-SDS](https://github.com/jltsiren/simple-sds) library. ## Scope ### GBWT - [x] Simple-SDS [file format](https://github.com/jltsiren/gbwt/blob/master/SERIALIZATION.md) - [x] Iteration over paths - [x] Unidirectional search - [x] Bidirectional search - [x] Metadata - [x] Construction - [ ] Locate queries ### GBZ - [x] Simple-SDS [file format](https://github.com/jltsiren/gbwtgraph/blob/master/SERIALIZATION.md) - [x] Iteration over nodes and edges - [x] Iteration over segments and links - [x] Iteration over paths and path extensions - [x] GFA extraction ### Possible future extensions * GBWT/GBZ merging * Cached GBWT ## Notes * The included `.cargo/config.toml` sets the target CPU to `native`. * See [Simple-SDS](https://github.com/jltsiren/simple-sds) for assumptions on the environment.