Crates.io | gfaR |
lib.rs | gfaR |
version | 0.1.3 |
source | src |
created_at | 2021-04-29 11:40:47.000435 |
updated_at | 2021-09-10 10:26:27.362403 |
description | Reading gfa format v1 |
homepage | |
repository | https://github.com/MoinSebi/gfaR |
max_upload_size | |
id | 390993 |
size | 15,727 |
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");