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-db-swissprot-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libbio-perl-perl,
libhttp-message-perl,
liblwp-useragent-chicaching-perl,
libtest-most-perl,
libtest-needs-perl,
libtest-requiresinternet-perl,
perl
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/libbio-db-swissprot-perl
Vcs-Git: https://salsa.debian.org/med-team/libbio-db-swissprot-perl.git
Homepage: https://metacpan.org/release/Bio-DB-SwissProt
Package: libbio-db-swissprot-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libbio-perl-perl,
libhttp-message-perl,
libwww-perl
Breaks: libbio-perl-perl (<< 1.7.3)
Replaces: libbio-perl-perl (<< 1.7.3)
Description: Database object interface to SwissProt retrieval
SwissProt is a curated database of proteins managed by the Swiss
Bioinformatics Institute. Additional tools for parsing and manipulating
swissprot files can be found at
ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/.
.
Allows the dynamic retrieval of Sequence objects (Bio::Seq) from the
SwissProt database via an Expasy retrieval.
.
In order to make changes transparent host type (currently only expasy)
and location (default to Switzerland) is separated out. This allows the
user to pick the closest Expasy mirror for running their queries.
|