A SubjobGenerator is an iterable that yields DockingSubjob objects
given a DockingJob object and a GlideDB. The database is used for storing
and getting information about which ligands have already been
processed.
|
__init__(self,
job,
db,
options)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
bool
|
skipLigand(self,
st)
Check if a ligand Structure should be skipped. |
|
|
|
addLigand(self,
st,
lignum) |
|
|
|
newSubjob(self,
lignum,
fname,
file_lignum) |
|
|
|
|
|
|
|
subjobName(self,
jobnum,
digits=4)
Return a numbered subjob name
("<jobname>-<n>"). |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|