| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ui.qt.appframework2.validation.ValidationMixin --+
|
object --+ |
| |
sip.simplewrapper --+ |
| |
sip.wrapper --+ |
| |
PyQt5.QtCore.QObject --+ |
| |
parameters.Param --+ |
| |
parameters.CompoundParam --+ |
| |
parameters.ParamModel --+
|
tasks.AbstractTask --+
|
AbstractJobTask
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
job_options = <JobOptions:job_options>
|
|||
job_config = <JobConfig:job_config>
|
|||
job_dir = <StringParam:job_dir>
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Start this task. This includes any preprocessing and validation checks. Any failures will prevent the task from running.
|
|
Builds a $SCHRODINGER command string from all the args passed in. The resulting string is suitable for use in a cmdlist and formatted for use in starting or writing the job depending on self.run_mode. In START mode, the $SCHRODINGER environment variable will be expanded. In WRITE mode, it will stay as $SCHRODINGER and the path will be delimited with linux-style forward slashes. Example: self.makeSchrodingerCmd('utilities', 'my_utility') will return "${SCHRODINGER}/utilities/my_utility" in WRITE mode. |
Returns the correct version of the $SCHRODINGER/run string. This will depend on whether the intent is to start or to write the job. |
Returns the full cmd list for the job. This will take into account the run_mode specified in the job_config. |
Gets the cmdlist and appends the standard flags. This will also do an explicit str cast on every element of the cmdlist. |
Implement this to generate a cmdlist. This cmdlist will be used for write functionality. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 2 06:33:28 2017 | http://epydoc.sourceforge.net |