[Bioperl-l] Bio::Tools::Run::StandAloneBlastPlus - remote blast

Remi remi.planel at free.fr
Thu May 13 09:08:58 UTC 2010


Hi all,

I'm using Bio::Tools::Run::StandAloneBlastPlus and trying to run a 
remote blast using this code :


/my $fac = Bio::Tools::Run::StandAloneBlastPlus->new(
    -db_name => 'nr',
    -remote    => '1',
);
my $result = $fac->blastp( -query  => 'P12996.fasta',
                                            -outfile => 'out.bls',
                      );

/but I got an error message :
"BLAST Database error: Protein BLAST database './nr' does not exist in 
the NCBI servers".


But if I'm modifying directly the value of $fac->{'_db_path'} like :

/$fac->{'_db_path'} = 'nr';/

it's working.

Is that a Bug or am I missing something ?

Thanks,


Rémi



More information about the Bioperl-l mailing list