Here we assume the user launches the workflow from the top level
directory of a mapper job. We then expect the individual perturbation
files to be in <jobname>_PERTURBATION_STAGE directory
Each edge will have a unique msj created from the top-level
complex/solvent msj
|
__init__(self,
work_list,
prep_only=False,
force=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
crunch(self)
This will execute the workflow |
|
|
|
|
bool
|
stageThree(self)
Launch it @return : We return True if we successfully launch a job,
False otherwise |
|
|
|
prepForRemoteRun(self)
This prepares all the necessary files for running the remote job. |
|
|
|
preparePerturbDir(self,
remote_run_dir)
This prepares the perturbation directory which contains the subjob
stages. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|