|
__init__(self,
constraint_type=None,
asl=None,
protein_type=None,
attraction=None,
required=None,
distance_pairs=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
isEnergy(self)
Return True if this is an ENERGY-based constraint |
|
|
|
isDistance(self)
Return True if this is an DISTANCE-based constraint |
|
|
|
|
|
setResidues(self,
rec_st,
lig_st)
Uses self.asl with st_file and to set the
commandline_residues property. |
|
|
|
getPiperDict(self)
Return the dictionary that will be used to create the
piper-backend-formatted json file. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|