Package schrodinger :: Package application :: Package glide :: Package packages :: Module startup :: Class CombinedJob
[hide private]
[frames] | no frames]

Class CombinedJob

      object --+    
               |    
StartupInterface --+
                   |
                  CombinedJob

Combined job class; mainly an aggregate of a DockingJob and a GridgenJob which delegates to each subclass and combines the results.

Instance Methods [hide private]
 
__init__(self, keywords, jobname)
x.__init__(...) initializes x; see help(type(x)) for signature
 
validateKeywords(self, keywords)
 
needsDriver(self, options)
Return True if the job needs a driver.
 
inputFiles(self)
Return the set of input files needed by the job.
 
deletePreviousOutputs(self)
Delete the output files from a previous run.
 
preLaunchCheck(self, options)
Check whether the job is OK to launch.

Inherited from StartupInterface: canRestartDriver, canRestartSerial, driverRestartFiles, licenseRequirements, serialRestartFiles

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  needs_ring_templates = True
hash(x)
Properties [hide private]
  log_filename

Inherited from StartupInterface: db_filename, product_name

Inherited from object: __class__

Method Details [hide private]

__init__(self, keywords, jobname)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

needsDriver(self, options)

 

Return True if the job needs a driver.

Overrides: StartupInterface.needsDriver
(inherited documentation)

inputFiles(self)

 

Return the set of input files needed by the job.

Overrides: StartupInterface.inputFiles
(inherited documentation)

deletePreviousOutputs(self)

 

Delete the output files from a previous run.

Overrides: StartupInterface.deletePreviousOutputs
(inherited documentation)

preLaunchCheck(self, options)

 

Check whether the job is OK to launch.

Overrides: StartupInterface.preLaunchCheck
(inherited documentation)

Property Details [hide private]

log_filename

Get Method:
unreachable.log_filename(self)