[Biopython-dev] [Bug 1944] Align.Generic adding iterator and more
    bugzilla-daemon at portal.open-bio.org 
    bugzilla-daemon at portal.open-bio.org
       
    Sun Aug 19 22:10:48 UTC 2007
    
    
  
http://bugzilla.open-bio.org/show_bug.cgi?id=1944
biopython-bugzilla at maubp.freeserve.co.uk changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #730 is|0                           |1
           obsolete|                            |
------- Comment #8 from biopython-bugzilla at maubp.freeserve.co.uk  2007-08-19 18:10 EST -------
Created an attachment (id=732)
 --> (http://bugzilla.open-bio.org/attachment.cgi?id=732&action=view)
Patch for Bio/Align/Generic.py to add __getitem__ method (v3)
Updated patch now that I have checked in a fix for bug 2348
Added explicit __iter__ method, this makes it very clear to anyone reading the
code how iteratation over the rows as SeqRecord objects works, and is probably
a bit faster than having python do this for us via __getitem__
-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the Biopython-dev
mailing list