[Bioperl-l] install problems?
Paul Gordon
gordonp@niji.imb.nrc.ca
Sat, 28 Apr 2001 16:00:45 -0300 (ADT)
> use Bio::Tools::BPlite;
> $report = new BPlite(-fh=>\*STDIN);
> $report->query;
> while(my $sbjct = $report->nextSbjct) {
> $sbjct->name;
> while (my $hsp = $sbjct->nextHSP) { $hsp->score; }
> }
Yes, there are a couple of errors in the BPLite documentation that I
have noted to the author previously. I haven't used the absolute latest
version, so I'm not sure if these have been fixed (does documentation
count in bugs?).
$report = new Bio::Tools::BPlite(-fh=>\*STDIN);
does the trick.