Skip to content
Commits on Source (2)
......@@ -11,14 +11,15 @@ Build-Depends-Indep: libbio-perl-perl,
libwww-perl,
libtest-requiresinternet-perl,
perl
Standards-Version: 4.4.0
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/libbio-db-refseq-perl
Vcs-Git: https://salsa.debian.org/med-team/libbio-db-refseq-perl.git
Homepage: https://metacpan.org/release/Bio-DB-RefSeq
Package: libbio-db-refseq-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
Depends: ${misc:Depends},
${perl:Depends},
libbio-perl-perl
Breaks: libbio-perl-perl (<< 1.7.3)
Replaces: libbio-perl-perl (<< 1.7.3)
......@@ -30,9 +31,9 @@ Description: Database object interface for RefSeq retrieval
.
At this time the module specifically retrieves nucleotide sequences only.
.
In order to make changes transparent we have host type (currently only ebi)
and location (defaults to ebi) separated out. This allows later additions of
more servers in different geographical locations.
In order to make changes transparent host type (currently only ebi) and
location (defaults to ebi) were separated out. This allows later additions
of more servers in different geographical locations.
.
The functionality of this module is inherited from Bio::DB::DBFetch which
implements Bio::DB::WebDBSeqI.