Package schrodinger :: Package test :: Package stu :: Package outcomes :: Package custom :: Module glide
[hide private]
[frames] | no frames]

Module glide

Functions [hide private]
 
_get_property(ct, propname, filename, index)
Thin wrapper to get a property from a CT, returning an error message that will be usable by users of STU if the property doesn't exist.
 
property_is_consistent(filename, propname, tolerance=0.0)
Check that the value of a numeric property for all structures in a file are within 'tolerance' of the value for the first structure in the file.
Variables [hide private]
  __package__ = 'schrodinger.test.stu.outcomes.custom'
Function Details [hide private]

_get_property(ct, propname, filename, index)

 

Thin wrapper to get a property from a CT, returning an error message that will be usable by users of STU if the property doesn't exist. (filename and index are only used for constructing the error message.)