Trees | Indices | Help |
---|
|
object --+ | AlignmentWriter
Base class for building MultipleSeqAlignment writers.
You should write a write_alignment() method. You may wish to redefine the __init__ method as well
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Use this to write an entire file containing the given alignments. alignments - A list or iterator returning MultipleSeqAlignment objects In general, this method can only be called once per file. This method should be replaced by any derived class to do something useful. It should return the number of alignments |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 20 10:37:30 2011 | http://epydoc.sourceforge.net |