Skip to content

Commit

Permalink
Merge pull request #179 from christiam/master
Browse files Browse the repository at this point in the history
Change BLAST URL to https
  • Loading branch information
cjfields committed Jul 12, 2016
2 parents 62f0e97 + 99d9e31 commit 2eae5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Tools/Run/RemoteBlast.pm
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ use base qw(Bio::Root::IO Exporter);

our @EXPORT = qw( NOT_FINISHED ERR_QBSTATUS ERR_NOCONTENT ERR_HTTPFAIL ERR_QBNONSPEC );
our $MODVERSION = $Bio::Root::Version::VERSION;
our $URLBASE = 'http://blast.ncbi.nlm.nih.gov/Blast.cgi';
our $URLBASE = 'https://blast.ncbi.nlm.nih.gov/Blast.cgi';

# In GET/PUTPARAMS the values are regexes which validate the input.
our %PUTPARAMS = (
Expand Down

0 comments on commit 2eae5ff

Please sign in to comment.