How to Install and Uninstall ruby-rgfa Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "ruby-rgfa" package

This guide let you learn how to install ruby-rgfa on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-rgfa

2. Uninstall "ruby-rgfa" package

Please follow the instructions below to uninstall ruby-rgfa on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-rgfa $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-rgfa package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-rgfa
Architecture: all
Version: 1.3.1+dfsg-1
Priority: optional
Section: universe/science
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 270
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-rgfa/ruby-rgfa_1.3.1+dfsg-1_all.deb
Size: 55492
MD5sum: bd9c91be063d8e6bff372479e6ede6e3
SHA1: 4ed291b506573e76e6604467d12d17eaa444698f
SHA256: 43e6da400ff6ee84eced0bfb65ebdf6fd6742af4400b06341f023018e6fb7562
SHA512: bbdb51057fd42b6f8b10b4e48165d6e79883d5c249950fe996fca9dc8a17c0750cd9b3ecb8f0754492203ccbb4a532c755bbb473608944bb6ec7ff6863600e80
Homepage: http://github.com/ggonnella/rgfa
Description-en: 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).
Description-md5: cddacb20434431714e7615c358007e30
Ruby-Versions: all