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
|
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 (>= 10),
perl
# Needed for the tests
Build-Depends-Indep: bioperl,
libgd-perl,
libstatistics-descriptive-perl,
libgd-svg-perl,
libmodule-build-perl,
libcgi-pm-perl | perl (<< 5.19),
libbio-coordinate-perl,
rename
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbio-graphics-perl.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libbio-graphics-perl.git
Homepage: http://search.cpan.org/dist/Bio-Graphics/
Package: libbio-graphics-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
bioperl,
libgd-gd2-perl
Recommends: libbio-scf-perl,
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.
|