hi all,
I am pretty new to bioperl. ,I had installed bioperl recently and I tried to run the basic program from the tutorial as under :
use Bio::Perl;
# this script will only work if you have an internet connection on the
# computer you're using, the databases you can get sequences from
# are 'swiss', 'genbank', 'genpept', 'embl', and 'refseq'
$seq_object = get_sequence('swiss',"ROA1_HUMAN");
write_sequence(">roa1.fasta",'fasta',$seq_object);
but I got the following exception:
------------- EXCEPTION -------------
MSG: WebDBSeqI Request Error:
500 Can't connect to www.ebi.ac.uk:80 (connect: timeout)
Content-Type: text/plain
Client-Date: Thu, 25 Sep 2008 06:35:12 GMT
Client-Warning: Internal response
500 Can't connect to www.ebi.ac.uk:80 (connect: timeout)
STACK Bio::DB::WebDBSeqI::_request C:/Perl/site/lib/Bio/DB/WebDBSeqI.pm:665
STACK Bio::DB::WebDBSeqI::get_seq_stream C:/Perl/site/lib/Bio/DB/WebDBSeqI.pm:472
STACK Bio::DB::WebDBSeqI::get_Stream_by_id C:/Perl/site/lib/Bio/DB/WebDBSeqI.pm:261
STACK Bio::DB::WebDBSeqI::get_Seq_by_id C:/Perl/site/lib/Bio/DB/WebDBSeqI.pm:151
STACK Bio::Perl::get_sequence C:/Perl/site/lib/Bio/Perl.pm:513
STACK toplevel D:\perl\try1.pl:5
can somebody please help me on this
thanks,
pooja