[Bioperl-l] BioPerl installation on Solaris

Thomas, Daryl Daryl_Thomas@Perlegen.com
Fri, 15 Jun 2001 10:15:23 -0700


Heikki,

Thanks for your help!  This solved the problem, and I am very appreciative.


I should have caught this type of error, as I've seen such bugs in other
languages.  

Daryl Thomas
Perlegen Sciences, Inc.

-----Original Message-----
From: Heikki Lehvaslaiho [mailto:heikki@ebi.ac.uk]
Sent: Friday, June 15, 2001 7:33 AM
To: Thomas, Daryl
Cc: 'bioperl-l@bioperl.org'
Subject: Re: [Bioperl-l] BioPerl installation on Solaris

Thomas,

In your script, change 

	my $report = BPlite->new(-fh=>\*STDIN);

to

	my $report = Bio::Tools::BPlite->new(-fh=>\*STDIN);

and see if you get errors after that.

	-Heikki