[Bioperl-l] problem using BPlite
Hao Liu
haoliu@rci.rutgers.edu
Fri, 8 Feb 2002 10:43:37 -0500 (EST)
I tried to parse a blast result:
foreach $file (@files) {
my $report = new Bio::Tools::Blast ( -file => $_,
-parse=> 1
);
however, when I run the program, the error message says
Can't locate object method "new" via package "Bio::Tools::Blast" at
/cluster/bioinfo/
scripts/filterblast line 26.
I am not sure if there is a installation problem, or it can't find the
perl module...
help, please!
Thanks
Sincerely
-Hao Liu