[Bioperl-l] Parse BLAST to find mismatches

Ryan Brinkman rbrinkman@xenongenetics.com
Thu, 30 May 2002 11:59:56 -0700


>I get the following error:
>Can't locate object method "seq_inds" via package 
>"Bio::Search::HSP::GenericHSP"
>(perhaps you forgot to load "Bio::Search::HSP::GenericHSP"?) at 
>blast_parser_sm line 16,
><GEN1> line 2661.
>I tried this code on another computer and got the same results.
>Am I forgetting something?
>Thanks in advance,

>#!/usr/bin/perl -w
>use Bio::SearchIO;

>$blastfile ='/home/ken/blastFile';

The error says it all, add the following:

use Bio::Search::HSP::GenericHSP;



*************************************************************************
This email message is confidential and may contain privileged information. Any unauthorized dissemination or copying is strictly prohibited. If you have received this message in error, please delete it and notify us immediately.
< XGI >