| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Iterator
Iterator interface to move over a file of GenBank entries one at a time (OBSOLETE). This class is likely to be deprecated in a future release of Biopython. Please use Bio.SeqIO.parse(..., format="gb") or Bio.GenBank.parse(...) for SeqRecord and GenBank specific Record objects respectively instead.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
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 Tue Feb 5 17:59:51 2013 | http://epydoc.sourceforge.net |