Package schrodinger :: Package test :: Package scival :: Module run :: Class CustomBuild
[hide private]
[frames] | no frames]

Class CustomBuild

object --+
         |
        CustomBuild

Instance Methods [hide private]
 
__init__(self, schrodinger, args)
Construct Build object that will add custom builds to the Scientific Validation Build model.
 
_getMmshare(self)
Get the mmshare version
 
add(self)
Add a custom build to the Build model.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, schrodinger, args)
(Constructor)

 

Construct Build object that will add custom builds to the Scientific Validation Build model.

Parameters:
  • schrodinger - The path to the env variable SCHRODINGER
  • args - The args parsed from an argparse.ArgumentParser
Overrides: object.__init__

_getMmshare(self)

 

Get the mmshare version

Raises:
  • RuntimeError - If an mmshare version could not be found