[Bioperl-l] Getting description of BLAST hits
Peter.Robinson at t-online.de
Peter.Robinson at t-online.de
Wed Apr 6 15:36:07 EDT 2005
On Wed, Apr 06, 2005 at 11:07:51AM +0200, Marc Logghe wrote:
> It is only a typo:
> $hit->accession(), "\t", hit->description(),"\t";
>
> And perl barfs with Can't locate object method "description" via package
> "hit"
> And that makes sense because it should be:
> $hit->accession(), "\t", $hit->description(),"\t";
> ~~~~
>
> HTH,
> ML
>
Thanks, I guess I should really stop programming late at night ;-}
Peter
More information about the Bioperl-l
mailing list