From 99d9e31fce4d04c07ccecd3c229f007e76fa8fcf Mon Sep 17 00:00:00 2001 From: Christiam Camacho Date: Tue, 12 Jul 2016 10:22:01 -0400 Subject: [PATCH] Change BLAST URL to https --- Bio/Tools/Run/RemoteBlast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bio/Tools/Run/RemoteBlast.pm b/Bio/Tools/Run/RemoteBlast.pm index 48984c95e..ec53bc84e 100644 --- a/Bio/Tools/Run/RemoteBlast.pm +++ b/Bio/Tools/Run/RemoteBlast.pm @@ -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 = ( -- 2.11.4.GIT