Package Bio :: Package AlignIO :: Module ClustalIO :: Class ClustalWriter
[hide private]
[frames] | no frames]

Class ClustalWriter

source code

      Interfaces.AlignmentWriter --+    
                                   |    
Interfaces.SequentialAlignmentWriter --+
                                       |
                                      ClustalWriter

Clustalw alignment writer.

Instance Methods [hide private]
 
write_alignment(self, alignment)
Use this to write (another) single alignment to an open file.
source code

Inherited from Interfaces.SequentialAlignmentWriter: __init__, write_file, write_footer, write_header

Inherited from Interfaces.AlignmentWriter: clean

Method Details [hide private]

write_alignment(self, alignment)

source code 

Use this to write (another) single alignment to an open file.

Overrides: Interfaces.SequentialAlignmentWriter.write_alignment