Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     ProtProcessParticles.__init__(self, *args, **kwargs)
     self.stepsExecutionMode = STEPS_PARALLEL
Ejemplo n.º 2
0
 def __init__(self, **kwargs):
     ProtProcessParticles.__init__(self, **kwargs)
     self._args = "-i %(inputFn)s"
 def __init__(self, *args, **kwargs):
     ProtProcessParticles.__init__(self, *args, **kwargs)
Ejemplo n.º 4
0
 def __init__(self, **kwargs):
     ProtProcessParticles.__init__(self, **kwargs)
     self._args = "-i %(inputFn)s"
Ejemplo n.º 5
0
 def __init__(self, *args, **kwargs):
     ProtProcessParticles.__init__(self, *args, **kwargs)
     self.stepsExecutionMode = STEPS_PARALLEL
Ejemplo n.º 6
0
 def __init__(self, *args, **kwargs):
     ProtProcessParticles.__init__(self, *args, **kwargs)