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

Class Concatenate

         object --+            
                  |            
picklejar.Picklable --+        
                      |        
          cmj.StageBase --+    
                          |    
                   Simulate --+
                              |
                             Concatenate

Nested Classes [hide private]

Inherited from cmj.StageBase: __metaclass__

Instance Methods [hide private]
 
PARAM(...)
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_effect(self, param)
 
_write_cfg(self, jobname, task, add_tag=<function tag_concat at 0x7f1a16963c80>, tag='CONCAT', param=None)
 
check_param(self)

Inherited from Simulate: crunch, hook_captured_successful_job, restart_subjobs

Inherited from cmj.StageBase: __getstate__, __setstate__, capture, 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]

Inherited from Simulate: check_cms_file

Class Variables [hide private]
  NAME = 'concatenate'

Inherited from Simulate: DESMOND_CMD, parameter_string

Inherited from cmj.StageBase: count, stage_cls, stage_obj

Properties [hide private]
  param

Inherited from object: __class__

Method Details [hide private]

PARAM(...)

 
Overrides: cmj.StageBase.PARAM

__init__(self, *args, **kwargs)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

_effect(self, param)

 
Overrides: cmj.StageBase._effect
(inherited documentation)

_write_cfg(self, jobname, task, add_tag=<function tag_concat at 0x7f1a16963c80>, tag='CONCAT', param=None)

 
Overrides: Simulate._write_cfg
(inherited documentation)

check_param(self)

 
Overrides: cmj.StageBase.check_param
(inherited documentation)

Property Details [hide private]

param

Get Method:
unreachable.param(self)
Set Method:
unreachable.param(self, value)