ccp4 package

Module contents

class ccp4.Plugin[source]

Bases: pwem.Plugin

classmethod checkBinaries(programName)[source]

Check that this binary is available

classmethod defineBinaries(env)[source]

Check that binaries are available. Since we do not install them this function just check that they exist

classmethod getEnviron(first=True)[source]

Setup the environment variables needed to launch programs.

classmethod getProgram(progName)[source]

Return the program binary that will be used.

classmethod isVersionActive()[source]