schrodinger :: application :: desmond :: stage :: Simulate :: Class Simulate
[hide private]
[frames] | no frames]

Class Simulate

         object --+        
                  |        
picklejar.Picklable --+    
                      |    
          cmj.StageBase --+
                          |
                         Simulate
Known Subclasses:

Nested Classes [hide private]

Inherited from cmj.StageBase: __metaclass__

Instance Methods [hide private]
 
PARAM(...)
 
__init__(self, *arg, **kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_create_job(self, pre_job=[], job_param=[])
 
_get_model(self, job, fname)
 
_get_snapcore_coordinates(self, job)
setting phase-aligned coordinates for both ref and mut molecules
 
_write_cfg(self, jobname, task, add_tag=<function tag_md at 0x7f1a16963a28>, tag='MD', param=None)
 
_write_cms(self, jobname, model)
 
crunch(self)
This is where jobs of this stage are created.
 
hook_captured_successful_job(self, job)
 
restart_subjobs(self, jobs)
Subclass should override this if it supports subjob restarting.

Inherited from cmj.StageBase: __getstate__, __setstate__, capture, check_param, describe, determine, pack_stage, poststage, prestage, push, release, time_stage

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

Static Methods [hide private]
 
check_cms_file(fname)
Class Variables [hide private]
  DESMOND_CMD = '/scr/buildbot/savedbuilds/2017-2/NB/build-142/d...
  NAME = 'simulate'
  parameter_string = '\n DATA = {\n jobname = "$MASTERJ...

Inherited from cmj.StageBase: count, stage_cls, stage_obj

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

PARAM(...)

 
Overrides: cmj.StageBase.PARAM

__init__(self, *arg, **kwarg)
(Constructor)

 

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

Overrides: object.__init__

crunch(self)

 

This is where jobs of this stage are created. This function should be overriden by the subclass.

Overrides: cmj.StageBase.crunch

hook_captured_successful_job(self, job)

 
Overrides: cmj.StageBase.hook_captured_successful_job

restart_subjobs(self, jobs)

 

Subclass should override this if it supports subjob restarting.

Overrides: cmj.StageBase.restart_subjobs
(inherited documentation)

Class Variable Details [hide private]

DESMOND_CMD

Value:
'/scr/buildbot/savedbuilds/2017-2/NB/build-142/desmond'

parameter_string

Value:
'''
    DATA = {
    jobname    = "$MASTERJOBNAME_$STAGENO$[_lambda$LAMBDA$]"
    dir        = "$[$JOBPREFIX/$]$[$PREFIX/$]$MASTERJOBNAME_$STAGENO$[\
_lambda$LAMBDA$]"
    host       = "$SUBHOST"
    fep.type = small_molecule
    fep.model_file = []
...