Package schrodinger :: Package application :: Package msv :: Package domain :: Module align :: Class RescodeAligner
[hide private]
[frames] | no frames]

Class RescodeAligner

     object --+    
              |    
AbstractAligner --+
                  |
                 RescodeAligner

Aligns sequences by rescode

Instance Methods [hide private]
 
_fitSequenceToAllRescodes(self, seq, codes)
 
run(self, aln)
Aligns the sequences in an alignment using the parameters supplied on init

Inherited from AbstractAligner: __call__, __init__

Inherited from AbstractAligner (private): _extractGapLocations

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

run(self, aln)

 

Aligns the sequences in an alignment using the parameters supplied on init

Subclasses need to override this default implementation.

Parameters:
  • aln - The alignment to align
Overrides: AbstractAligner.run
(inherited documentation)