Source: ruby-rgfa Maintainer: Debian Med Packaging Team Uploaders: Sascha Steinbiss Section: science Testsuite: autopkgtest-pkg-ruby Priority: optional Build-Depends: debhelper (>= 11~), gem2deb, rake, asciidoctor Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/med-team/ruby-rgfa Vcs-Git: https://salsa.debian.org/med-team/ruby-rgfa.git Homepage: http://github.com/ggonnella/rgfa XS-Ruby-Versions: all Package: ruby-rgfa Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends} Description: parse, edit and write GFA format graphs in Ruby The Graphical Fragment Assembly (GFA) format is a proposed file format to describe the product of a genome sequence assembly process. rgfa implements the proposed specifications for the GFA format described under https://github.com/pmelsted/GFA-spec/blob/master/GFA-spec.md as closely as possible. The library allows one to create an RGFA object from a file in the GFA format or from scratch, to enumerate the graph elements (segments, links, containments, paths and header lines), to traverse the graph (by traversing all links outgoing from or incoming to a segment), to search for elements (e.g. which links connect two segments) and to manipulate the graph (e.g. to eliminate a link or a segment or to duplicate a segment distributing the read counts evenly on the copies).