Subject: | -filter option doesn't function as documented (deprecated AUTOLOAD) |
Hi Lincoln,
If you attempt to use the -filter option (as documented) when setting up
a feature iterator to code fails to run with the following error.
##ERROR##
Use of inherited AUTOLOAD for non-method Bio::DB::Sam::CODE() is
deprecated at (eval 33) line 1.
Can't locate auto/Bio/DB/Sam/CODE.al in @INC......
##CODE##
my $proper_pairs = $sam->features( -type=>'match',
-iterator=>1,
-filter=>sub {shift->qual > 80},
);
Regards,
Keiran