Skip to content

Commit

Permalink
more DBFetch URL changes (might be nice to centralize this, but I dig…
Browse files Browse the repository at this point in the history
…ress....)
  • Loading branch information
Chris Fields committed Oct 27, 2010
1 parent ce7df8e commit 8e7666c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bio/DB/Biblio/biofetch.pm
Expand Up @@ -116,7 +116,7 @@ BEGIN {
# you can add your own here theoretically.
%HOSTS = (
'dbfetch' => {
baseurl => 'http://%s/cgi-bin/dbfetch?db=medline&style=raw',
baseurl => 'http://%s/Tools/dbfetch/dbfetch?db=medline&style=raw',
hosts => {
'ebi' => 'www.ebi.ac.uk'
}
Expand Down
2 changes: 1 addition & 1 deletion Bio/DB/EMBL.pm
Expand Up @@ -119,7 +119,7 @@ BEGIN {
# you can add your own here theoretically.
%HOSTS = (
'dbfetch' => {
baseurl => 'http://%s/cgi-bin/dbfetch?db=embl&style=raw',
baseurl => 'http://%s/Tools/dbfetch/dbfetch?db=embl&style=raw',
hosts => {
'ebi' => 'www.ebi.ac.uk'
}
Expand Down
2 changes: 1 addition & 1 deletion Bio/DB/RefSeq.pm
Expand Up @@ -124,7 +124,7 @@ BEGIN {
# you can add your own here theoretically.
%HOSTS = (
'dbfetch' => {
baseurl => 'http://%s/cgi-bin/dbfetch?db=refseq&style=raw',
baseurl => 'http://%s/Tools/dbfetch/dbfetch?db=refseq&style=raw',
hosts => {
'ebi' => 'www.ebi.ac.uk'
}
Expand Down

0 comments on commit 8e7666c

Please sign in to comment.