An open API service indexing awesome lists of open source software.

https://github.com/applicativesystem/rust-de-bruijn-graphs

construction, reading of colored ompacted de Bruijn graphs
https://github.com/applicativesystem/rust-de-bruijn-graphs

Last synced: 4 months ago
JSON representation

construction, reading of colored ompacted de Bruijn graphs

Awesome Lists containing this project

README

          

# rust-de Bruijn graphs
- construction, reading of colored ompacted de Bruijn graphs
- uses graphviz for writing the dot files: ![graphviz](https://www.graphviz.org/)
- writes colour coded dot files for visualization with graphviz crate ![graphviz crate](https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/graphviz/index.html)
- general note: Incase of Golang and RUST, please see the last commit message and if it says compiled binary then it is completed or else still in development version.

```
cargo build

```

Gaurav Sablok