Driver for distributing a docking job.
|
|
__init__(self,
keywords,
jobname,
options)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setupGrids(self)
Extract the contents of the grid archive to a temporary directory if
the subjobs will be running locally. |
|
|
|
|
|
|
|
| writeGlideInputFiles(self) |
|
|
|
|
|
|
|
| incorporateSubjob(self,
subjob) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| concatenateCSVFiles(self) |
|
|
|
|
| add_rows_for_missing_ligands(self,
csvwriter,
start,
end,
header_string) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|