[Bioperl-l] bptutorial.pl

Elia Stupka elia@fugu-sg.org
Wed, 20 Nov 2002 11:06:44 +0800 (SGT)


I've just commited a fix to bptutorial.pl, the last eval which was added
in to make bptutorial happy without StandAloneBlast couldn't
compile...

changed:

eval {Bio::Tools::Run::StandAloneBlast; }

to:

eval {require Bio::Tools::Run::StandAloneBlast; };

Elia

********************************
* http://www.fugu-sg.org/~elia *
* tel:    +65 6874 1467        *
* mobile: +65 9030 7613        *
* fax:    +65 6779 1117        *
********************************