Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
routine-update: Standards-Version: 4.4.1
· 57467e2b
Andreas Tille
authored
Dec 07, 2019
57467e2b
No first person in description
· c5adb58c
Andreas Tille
authored
Dec 07, 2019
c5adb58c
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
c5adb58c
...
...
@@ -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.