ruby-rgfa 1.3.1+dfsg-3 source package in Ubuntu

Changelog

ruby-rgfa (1.3.1+dfsg-3) unstable; urgency=medium

  * Fix tests by adding patch to support Ruby 3.3.
    Closes: #1092702
  * Use ruby:Depends in d/control.
  * Bump Standards-Version.
  * Bump d/copyright date for debian directory.

 -- Sascha Steinbiss <email address hidden>  Sat, 15 Feb 2025 15:44:27 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rgfa_1.3.1+dfsg-3.dsc 2.0 KiB 978cff140cbda18ebb7ae37e7331080922bb4156ac6e39b27e9b850d13aa7b60
ruby-rgfa_1.3.1+dfsg.orig.tar.xz 54.8 KiB 4016b23686fa4215aa5dfd7fbf70421e07a75521641c98188994dd9e8174bb4f
ruby-rgfa_1.3.1+dfsg-3.debian.tar.xz 10.9 KiB 37b6fd2d363c384738ea46baa69d68505f63d7f2f0deaa5ef2bf2f75e5ebb4f4

No changes file available.

Binary packages built by this source

ruby-rgfa: 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).