[Bioperl-l] What implements SeqFeatureI?

Chris Fields cjfields at illinois.edu
Wed Jul 28 13:33:33 UTC 2010


On Jul 28, 2010, at 4:59 AM, Dan Bolser wrote:

> On 27 July 2010 14:45, Scott Cain <scott at scottcain.net> wrote:
>> Hi Dan,
>> 
>> You might find the deobfuscator helpful:
>> 
>>  http://bioperl.org/cgi-bin/deob_interface.cgi
> 
> I've tried to use that, but I don't understand how to get it to list
> the objects that implement a certain interface.

The only way to do this is to introspect every bioperl class.  Pprobably recursively parse through all modules looking for package statements, run an eval to load and check the class.  

chris



More information about the Bioperl-l mailing list