Trees | Indices | Help |
---|
|
Iterator interface to move over a file of GenBank entries one at a time.
|
|||
|
|||
|
|||
|
|
Initialize the iterator. Arguments: o handle - A handle with GenBank entries to iterate through. o parser - An optional parser to pass the entries through before returning them. If None, then the raw entry will be returned. |
Return the next GenBank record from the handle. Will return None if we ran out of records. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 26 16:18:45 2010 | http://epydoc.sourceforge.net |