|
|
|
__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 |
|
|
|
_perform_snapcore(self,
ct1,
ct2)
Only snapcore for small molecule FEP simulations Guess protein
mutations This should use API defined in DESMOND-6570 when it is
done. |
|
|
|
_write_cfg(self,
jobname,
task,
add_tag=<function tag_md at 0x7f59555cb7d0>,
tag=' MD ' ,
param=None) |
|
|
|
_write_cms(self,
jobname,
model) |
|
|
|
crunch(self)
This is where jobs of this stage are created. |
|
|
|
|
|
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__
|