Trees | Indices | Help |
---|
|
object --+ | SequenceWriter
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.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
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 Sat Aug 20 10:38:57 2011 | http://epydoc.sourceforge.net |