[Bioperl-l] Advice on using  bioperl
    Jaqueline Ann Page 
    J.A.Page at newcastle.ac.uk
       
    Sat Jul  9 18:26:00 EDT 2005
    
    
  
Hi Everyone
I had trouble using the remote blast bioperl as I could't set the proxy. So I used NCBI webblasst.pl code on their web site. This sends queries to qblast gets back the result into a variable called $content ( containing the blast report).  I dont know
 to pass this to bioperl code. How do I create a $blast_report object to pass it to.  Then I would be able to use my $result = $blast_report->next_result;
        while(  $result = $in->next_result )
etc
Thanks in advance
Jackie
    
    
More information about the Bioperl-l
mailing list