[Bioperl-l] Fwd: blast result not matching.

Manju Rawat manju.rawat2 at gmail.com
Tue Sep 6 10:59:50 UTC 2011


bioperl 1.6.9 version is installed in my system..
its not the reason bcs blast is working fine when i am blasting with
follwing code..

#!usr/bin/perl -w
use Bio::Perl;
$seq = get_sequence('NCBI',"NM_181451");
$blast_result=blast_sequence($seq);
write_blast(">xyz.blast",$blast_result);


Manju



More information about the Bioperl-l mailing list