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

Class ProteinMutationGenerator

         object --+        
                  |        
picklejar.Picklable --+    
                      |    
          cmj.StageBase --+
                          |
                         ProteinMutationGenerator

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_mutation_file(self, mutation_file)
 
crunch(self)
We will either read the mutations from a file or directly from the msj where mutations are defined as a list of space seperated strings

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

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

Class Variables [hide private]
  NAME = 'protein_mutation_generator'

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)

 

We will either read the mutations from a file or directly from the msj where mutations are defined as a list of space seperated strings

mutations = ["C:23->ALA" "C:23->SER"]

Overrides: cmj.StageBase.crunch