Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, complexLst, chunks=5, hosts=cpus_all, refComplex=None, updateOnly=0, niceness=nice_dic, force=[], outFile='complexes_cont.cl', com_version=-1, show_output=0, add_hosts=0, verbose=1, log=StdLog()) | ||
|
__check_models(self,
cl) Perform some checks for models assocciated with ComplexList. |
||
ComplexList
|
__extractVersion(self,
cel,
com_version=-1) Get a ComplexList by extracting a specified version (generation) of a ComplexEvolvingList. |
||
|
__addSurfaceMasks(self,
cl) Add surface area to rec and lig model if not already there. |
||
|
__addSurface(self,
m) Add surface area to model. |
||
|
__refMasks(self,
refCom,
normalCom) Create residue and atom contact masks for reference complex. |
||
[int], PDBModel
|
__ref_interface(self,
RC,
NC,
res_contacts,
mask_rec,
mask_lig,
bb=0) Returns atom mask for getting interface from NC.model(), reference interface |
||
|
__reduced_refContacts(self) calculate contact mask of atom-reduced reference complex. |
||
1|0
|
__toBeUpdated(self,
com) Check if complex is to be updated. |
||
{int:Complex}, ComplexList
|
__complexDic(self,
cl) Collect info about complexes in ComplexList that needs to be updated. |
||
|
__create_reduced_models(self,
cl,
refCom=None) Create rec and lig models with pooled atoms (ca. |
||
dict
|
getInitParameters(self,
slave_tid) hand over parameters to slave once. |
||
| isFinished(self) | ||
|
cleanup(self) Remove temporary files. |
||
ComplexList
|
getResult(self,
**arg) Return result ComplexList, if it is available. |
||
|
done(self) Collect the last complexes and write result ComplexList to file. |
|
|
Perform some checks for models assocciated with ComplexList. |
Get a ComplexList by extracting a specified version (generation) of a ComplexEvolvingList.
|
Add surface area to rec and lig model if not already there.
|
Add surface area to model.
|
Create residue and atom contact masks for reference complex.
|
|
calculate contact mask of atom-reduced reference complex. |
Check if complex is to be updated.
|
Collect info about complexes in ComplexList that needs to be updated.
|
Create rec and lig models with pooled atoms (ca. every 3 atoms) but keep only those united atoms where the singular atoms have an average rel surf acc area > 30%. Do the same to the reference complex rec and lig. The result are PDBModels with actually less atoms than residues but whose contact matrix (and fnac) still resembles the one calculated from all atoms.
|
hand over parameters to slave once.
|
|
Remove temporary files. Overrides TrackingJobMaster method |
Return result ComplexList, if it is available.
|
Collect the last complexes and write result ComplexList to file.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:53 2007 | http://epydoc.sourceforge.net |