|
__init__(self,
score,
light_alignment,
heavy_alignment)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
str
|
createLabel(self,
maxlen=15)
Returns:
A label describing this FrameworkTemplate |
|
|
schrodinger.ui.sequencealignment.sequence.Sequence
|
createSequence(self,
region)
Returns:
The Sequence object for this region - suitable for import into the
SSV. |
|
|
schrodinger.ui.sequencealignment.sequence.Sequence
|
getFilename(self,
region)
Returns:
The Sequence object for this region - suitable for import into the
SSV. |
|
|
schrodinger.ui.sequencealignment.sequence.Sequence
|
importRegion(self,
region)
Returns:
The Sequence object for this region - suitable for import into the
SSV. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|