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
|
Source: libbio-db-ncbihelper-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libbio-perl-perl,
libbio-asn1-entrezgene-perl,
libcache-cache-perl,
libcgi-pm-perl,
libhttp-message-perl,
libtest-exception-perl,
libtest-most-perl,
libtest-requiresinternet-perl,
liburi-perl,
libwww-perl,
libxml-twig-perl,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/libbio-db-ncbihelper-perl
Vcs-Git: https://salsa.debian.org/med-team/libbio-db-ncbihelper-perl.git
Homepage: https://metacpan.org/release/Bio-DB-NCBIHelper
Rules-Requires-Root: no
Package: libbio-db-ncbihelper-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libbio-perl-perl,
libbio-asn1-entrezgene-perl,
libcache-cache-perl,
libcgi-pm-perl,
libhttp-message-perl,
liburi-perl,
libwww-perl,
libxml-twig-perl
Description: collection of routines useful for queries to NCBI databases
Provides a single place to setup some common methods for querying NCBI web
databases. Bio::DB::NCBIHelper just centralizes the methods for constructing
a URL for querying NCBI GenBank and NCBI GenPept and the common HTML
stripping done in postprocess_data().
.
The base NCBI query URL used is:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi
|