A mixin for panels that use the Input tab and launch
"standard" Jaguar jobs (i.e. one .in file per structure).
Implies InputTabMixin. Note that this mixin must appear on the
inheritance list before ReadEditMixin.
list
|
_saveAllInputs(self,
jobname)
Create one input file per structure specified in the input tab. |
|
|
str or NoneType
|
_getBasisForFilename(self,
eid)
Get the basis name for use in the input file filename for the
specified structure. |
|
|
|
_saveInput(self,
eid,
struc,
keywords,
infile)
Create a Jaguar .in file based on self._jag_input using the specified
structure and structure. |
|
|
schrodinger.job.jobcontrol.Job
|
start(self)
Launch the job. |
|
|
bool
|
_getGeneralSettings(self)
Get the settings that apply to all structures and load them into
self._jag_input (i.e. |
|
|
|
|
str
|
_loadStrucFromMmJag(self,
jag_input,
name)
Load the structure file from the specified JaguarInput object |
|
|
Inherited from InputTabMixin :
projectUpdated ,
setPanelOptions ,
setup ,
workspaceChanged
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|