libbio-db-seqfeature-perl 1.7.4-2 source package in Ubuntu

Changelog

libbio-db-seqfeature-perl (1.7.4-2) unstable; urgency=medium

  [ Andreas Tille ]
  * Team upload.
  * Team maintenance in Debian Med team
  * Set upstream metadata fields: Repository.
  * Remove redundant field Homepage from upstream metadata
  * Standards-Version: 4.6.2 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Bug-Database.
  * watch file standard 4 (routine-update)

  [ Jelmer Vernooij ]
  * Fix Vcs-Git field.

 -- Andreas Tille <email address hidden>  Fri, 27 Jan 2023 19:25:14 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbio-db-seqfeature-perl_1.7.4-2.dsc 2.2 KiB 60abfa235d623b4dca14ecd05617b8e7a17666098f9ec2cdfc7eec7a175be657
libbio-db-seqfeature-perl_1.7.4.orig.tar.gz 252.4 KiB f2304f95fb77a12732b1883817525609e54fa70b2638ed2de0696d503407fe91
libbio-db-seqfeature-perl_1.7.4-2.debian.tar.xz 2.2 KiB 6a09c2359eb0cec0e5e8028ddf8c6eb7a75f0cebd37234039cbd4ed534d4d17c

Available diffs

No changes file available.

Binary packages built by this source

libbio-db-seqfeature-perl: Normalized feature for use with Bio::DB::SeqFeature::Store

 The Bio::DB::SeqFeature object is the default SeqFeature class stored in
 Bio::DB::SeqFeature databases. It implements both the
 Bio::DB::SeqFeature::NormalizedFeatureI and
 Bio::DB::SeqFeature::NormalizedTableFeatureI interfaces, which means that its
 subfeatures, if any, are stored in the database in a normalized fashion, and
 that the parent/child hierarchy of features and subfeatures are also stored
 in the database as set of tuples. This provides efficiencies in both storage
 and retrieval speed.
 .
 Typically you will not create Bio::DB::SeqFeature directly, but will ask the
 database to do so on your behalf, as described in Bio::DB::SeqFeature::Store.