gfapy 1.2.2+dfsg-1 source package in Ubuntu

Changelog

gfapy (1.2.2+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Sascha Steinbiss <email address hidden>  Fri, 21 Jan 2022 11:24:22 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gfapy_1.2.2+dfsg-1.dsc 2.0 KiB 75f64bb1d6c739a135cd2ad4ae3aa79d1deddd615f11e80df1b6969833878f53
gfapy_1.2.2+dfsg.orig.tar.xz 131.2 KiB a4e5d0a59feca1feb085c01cad24590939806a7e4671470375b4d59006f8002a
gfapy_1.2.2+dfsg-1.debian.tar.xz 4.1 KiB 3d22a9953c4cf2e37c929f70ad66a5c26bc2eebb62409a9c268270e64fd95cbe

Available diffs

No changes file available.

Binary packages built by this source

python3-gfapy: flexible and extensible software library for handling sequence graphs

 The Graphical Fragment Assembly (GFA) are formats for the representation of
 sequence graphs, including assembly, variation and splicing graphs. Two
 versions of GFA have been defined (GFA1 and GFA2) and several sequence
 analysis programs have been adopting the formats as an interchange format,
 which allow the user to easily combine different sequence analysis tools.
 .
 This library implements the GFA1 and GFA2 specification. It is possible to
 create a Gfa 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).
 .
 The GFA format can be easily extended by users by defining own custom tags
 and record types. In Gfapy, it is easy to write extensions modules, which
 allow one to define custom record types and datatypes for the parsing and
 validation of custom fields. The custom lines can be connected, using
 references, to each other and to lines of the standard record types.