[Biopython] getting the parent of a Clade

Michael Thon mike.thon at gmail.com
Sun Oct 31 16:03:31 UTC 2010


I have a Clade object and I need to access its parent clade.  I thought that clade.root should do this but this seems to contain a reference to itself:

(Pdb) main_clade == main_clade.root
True

Is there some other way?
Thanks
Mike



More information about the Biopython mailing list