Docking job subclass with an implementation of StartupInterface.
|
needsDriver(self,
options)
Return True if the job needs a driver. |
|
|
|
inputFiles(self,
grid=True)
Return the set of input files needed by the job. |
|
|
|
|
|
gridfiles(self)
Return the set of grid files used by the docking job. |
|
|
|
canRestartSerial(self)
Return True if it is possible to restart without a driver. |
|
|
|
|
|
|
|
|
|
checkLigandFileForCommas(self)
Print a warning if a single ligand file was provided in the input
file, the filename contains a comma, and the file does not exist. |
|
|
|
checkConstraintsLabels(self)
If the docking job is using grid-based constraints, make sure that
the specified constraints actually exist in the grid file (if
available). |
|
|
|
getAllUseconsLabels(self)
Return the set of all the constraint labels used by the docking job. |
|
|
|
licenseRequirements(self)
Return the list of licenses needed by the job as
<name>:<tokens> strings. |
|
|
Inherited from driver.DockingJob :
estimateTimePerLigand ,
ligFormat ,
ligandReader ,
shouldWriteReceptor
Inherited from driver.GlideJob :
__getattr__ ,
__init__ ,
__str__ ,
checkDevKeywords ,
iteritems
Inherited from StartupInterface :
canRestartDriver ,
driverRestartFiles
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|