Package schrodinger :: Package job :: Module launchapi :: Class _RuntimeParametersBuilder
[hide private]
[frames] | no frames]

Class _RuntimeParametersBuilder

object --+
         |
        _RuntimeParametersBuilder

Instance Methods [hide private]
 
__init__(self, data=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_fromData(self, data)
 
_loadInput(self, data)
 
getRuntimeParams(self)
 
setJobname(self, jobname)
str or None
getJobname(self)
Get the currently set job name
 
setInputFile(self, key, source_file, runtime_path=None)
Specify the input file used.
 
setOutputFile(self, key, runtime_path)
Define an output file whose name is specified at runtime.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data=None)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

getJobname(self)

 

Get the currently set job name

Returns: str or None
The current set job name, or None if no name is set

setInputFile(self, key, source_file, runtime_path=None)

 

Specify the input file used.

Parameters:
  • key (str) - The key that identifies the outputfile name in the task command-line template.

setOutputFile(self, key, runtime_path)

 

Define an output file whose name is specified at runtime.

Parameters:
  • key (str) - The key that identifies the outputfile name in the task command-line template.