[Biopython] getting the parent of a Clade

Michael Thon mike.thon at gmail.com
Sun Oct 31 12:03:31 EDT 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