gfaR 0.1.3

Reading gfa format v1
Documentation
  • Coverage
  • 0%
    0 out of 20 items documented0 out of 6 items with examples
  • Size
  • Source code size: 15.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 407.77 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • MoinSebi/gfa-reader
    3 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • MoinSebi

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");