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

Class SerialLauncher

   object --+    
            |    
GlideLauncher --+
                |
               SerialLauncher

Instance Methods [hide private]
 
canRestart(self)
Return True if it is possible to restart the job.
 
prepareArgumentList(self)
Set the argument list of the underlying Launcher object.
 
addRestartInputFiles(self)
Register the input files needed to restart the job.
 
addLicenses(self)
Add the license provisions to the scriptlauncher object.
 
needOverwriteConfirmation(self)
Return True if we should ask for confirmation before launching a job that would overwrite the output from a previous run.

Inherited from GlideLauncher: __init__, addInputFile, addInputFiles, addRingTemplates, getLauncher, launch, needsRingTemplates, prepareLauncher

Inherited from GlideLauncher (private): _launch

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

Class Variables [hide private]
  script = 'glide_wrap.py'
hash(x)
Properties [hide private]

Inherited from GlideLauncher: restart

Inherited from object: __class__

Method Details [hide private]

canRestart(self)

 

Return True if it is possible to restart the job.

Overrides: GlideLauncher.canRestart
(inherited documentation)

prepareArgumentList(self)

 

Set the argument list of the underlying Launcher object.

Overrides: GlideLauncher.prepareArgumentList
(inherited documentation)

addRestartInputFiles(self)

 

Register the input files needed to restart the job.

Overrides: GlideLauncher.addRestartInputFiles
(inherited documentation)

addLicenses(self)

 

Add the license provisions to the scriptlauncher object.

Overrides: GlideLauncher.addLicenses

needOverwriteConfirmation(self)

 

Return True if we should ask for confirmation before launching a job that would overwrite the output from a previous run.

Overrides: GlideLauncher.needOverwriteConfirmation
(inherited documentation)