1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: libbio-graphics-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
libmodule-build-perl,
perl
# Needed for the tests
Build-Depends-Indep: bioperl,
libgd-perl,
libstatistics-descriptive-perl,
libgd-svg-perl,
libcgi-pm-perl,
libbio-coordinate-perl,
libbio-db-seqfeature-perl,
rename
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/libbio-graphics-perl
Vcs-Git: https://salsa.debian.org/med-team/libbio-graphics-perl.git
Homepage: https://metacpan.org/release/Bio-Graphics
Package: libbio-graphics-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
bioperl,
libgd-gd2-perl,
libbio-db-seqfeature-perl
Breaks: libbio-perl-perl (<< 1.7.3)
Replaces: libbio-perl-perl (<< 1.7.3)
Recommends: libbio-scf-perl,
perl,
libberkeleydb-perl,
libbio-coordinate-perl,
libgd-svg-perl,
libstatistics-descriptive-perl
Description: Generate GD images of Bio::Seq objects
The Bio::Graphics::Panel class provides drawing and formatting
services for any object that implements the Bio::SeqFeatureI
interface, including Ace::Sequence::Feature, Das::Segment::Feature and
Bio::DB::Graphics objects. It can be used to draw sequence
annotations, physical (contig) maps, protein domains, or any other
type of map in which a set of discrete ranges need to be laid out on
the number line.
|