phenix package

Module contents

class phenix.Plugin[source]

Bases: pwem.Plugin

classmethod defineBinaries(env)[source]

Define required binaries in the given Environment.

classmethod getEnviron(first=True)[source]

Setup the environment variables needed to launch programs.

classmethod getPhenixVersion()[source]

Return the program binary that will be used.

classmethod getProgram(progName)[source]

Return the program binary that will be used.

classmethod isVersionActive()[source]
classmethod runPhenixProgram(program, args=None, extraEnvDict=None, cwd=None)[source]

Internal shortcut function to launch a Phenix program.