I crted the dbase for Bos_taurus using Formatdb cmd of blast. data$ formatdb -i Btau.fa -p F -o T
and ya ds file is exist in data dir of balst.and also showing blast output with this warning 5 times. [blastall] WARNING: Unable to open Batu.fa.nin . . . . [blastall] WARNING: Unable to open Batu.fa.nin program is:-
@params = ('database' => 'Btau.fa','outfile' => 'bla.out', 'prog'=> 'blastn');
$factory = Bio::Tools::Run::StandAloneBlast->new(@params); $str = Bio::SeqIO->new(-file=>'testquery.fa' , '-format' => 'Fasta' ); $input = $str->nextseq(); $factory->blastall($input);
Manju