[Bioperl-l] How to get rid of warnings
Jérémy JUST
jeremy_just at netcourrier.com
Mon Aug 21 12:24:02 UTC 2006
On Fri, 18 Aug 2006 16:04:57 +0100
Sendu Bala <bix at sendu.me.uk> wrote:
> You can't easily or appropriately do it with bioperl 1.4, but I've just
> fixed the problem in cvs.
OK, thank you.
> (The perl hack would be to redirect STDERR to /dev/null inside your
> eval.)
That's what I've done for now, writing:
<<<<<
eval
{open( local(*STDERR), '>/dev/null') or die ;
$seqio = $gb->get_Stream_by_query( $query ) ;
} ;
>>>>>
--
Jérémy JUST <jeremy_just at netcourrier.com>
More information about the Bioperl-l
mailing list