Trees | Indices | Help |
---|
|
This class should be subclassed.
Interlaced file formats (e.g. Clustal) should subclass directly.
Sequential file formats (e.g. Fasta, GenBank) should subclass the SequentialSequenceWriter class instead.
|
|||
|
|||
|
|||
|
|||
|
|
Creates the writer object. Use the method write_file() to actually record your sequence records. |
Use this to write an entire file containing the given records. records - A list or iterator returning SeqRecord objects Should return the number of records (as an integer). This method can only be called once. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 26 16:19:38 2010 | http://epydoc.sourceforge.net |