[Bioperl-l] SeqIO Error?

Paul Boutros pcboutro@engmail.uwaterloo.ca
Thu, 26 Sep 2002 17:55:47 -0400 (EDT)


Hi again,

I've started getting an interesting SeqIO error.  Any ideas what this is?

Is the statement:
    eval {
        $ok = $self->_load_module($module);
    };
Paul

===================================================================
use Bio::SeqIO;
$in  = Bio::SeqIO->new(-file => "test.fasta" , '-format' => 'Fasta');

===================================================================
Name "main::in" used only once: possible typo at localblast.pl line 4.
Bio::SeqIO: fasta cannot be found
Exception Can't locate object method "_load_module" via package
"Bio::SeqIO" (pe
rhaps you forgot to load "Bio::SeqIO"?) at C:/Perl/site/lib/Bio/SeqIO.pm
line 51
7.

For more information about the SeqIO system please see the SeqIO docs.
This includes ways of checking for formats at compile time, not run time