gfapy 1.0.0+dfsg-4build1 source package in Ubuntu

Changelog

gfapy (1.0.0+dfsg-4build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Sat, 25 Jan 2020 04:31:20 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
gfapy_1.0.0+dfsg.orig.tar.xz 127.2 KiB a730f7cf716c8309934bffe9e03d8d87a9ae0369b62e20ae218259f568356c85
gfapy_1.0.0+dfsg-4build1.debian.tar.xz 3.8 KiB 7b04ecb2f311d6803825b704e47c812a356f77ee1553dcfd2eaf9e5cf7ac284c
gfapy_1.0.0+dfsg-4build1.dsc 2.0 KiB 81a93aebd9ec98c172a70a887d6554b2ac3e764e94458f74c026452f67010897

View changes file

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.