Package schrodinger :: Package application :: Package msv :: Package io :: Module seqio :: Class BaseProteinAlignmentWriter
[hide private]
[frames] | no frames]

Class BaseProteinAlignmentWriter

object --+
         |
        BaseProteinAlignmentWriter
Known Subclasses:

Class for writing protein alignments to files.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
write(cls, aln, file_name)
Writes aln to a file.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

write(cls, aln, file_name)
Class Method

 

Writes aln to a file.

Parameters:
  • aln (BaseAlignment) - Alignment to be written to a file.
  • file_name (str) - Destination file name.