gfaR

Crates.iogfaR
lib.rsgfaR
version0.1.3
sourcesrc
created_at2021-04-29 11:40:47.000435
updated_at2021-09-10 10:26:27.362403
descriptionReading gfa format v1
homepage
repositoryhttps://github.com/MoinSebi/gfaR
max_upload_size
id390993
size15,727
(MoinSebi)

documentation

README

gfaR - gfa reader

Simple library for gfa files

Installation:

cargo install gfaR

[dependencies]
gfaR = "0.1.2"

Reading a graph:

let graph = Gfa::new(); 
graph.read_file("file.gfa"); 
Commit count: 53

cargo fmt