I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-09-25 05:55:10-07 by pooja
cannot run bioperl module
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
Direct Responses: 12400 | Write a response
Posted on 2010-02-15 06:45:48.764885-08 by chiru in response to 8868
Re: cannot run bioperl module
Hello Pooja, ou are not connected to Internet or The Module has not pinged your request.Try connecting to internet and pinging ur IP
Direct Responses: Write a response