chimera package

Module contents

class chimera.Plugin[source]

Bases: pwem.Plugin

classmethod defineBinaries(env)[source]

Define required binaries in the given Environment.

classmethod defineChimeraXInstallation(env, version, default=False, tarDir=None)[source]
classmethod getEnviron()[source]

Setup the environment variables needed to launch programs.

classmethod getProgram(progName='ChimeraX')[source]

Return the program binary that will be used.

classmethod getPython(progName='python*')[source]

Return the program binary that will be used.

classmethod isVersionActive()[source]
classmethod runChimeraProgram(program, args='', cwd=None, extraEnv=None)[source]

Internal shortcut function to launch chimera program.