Package schrodinger :: Package application :: Package desmond :: Package starter :: Package ui :: Module fep_plus :: Class UI
[hide private]
[frames] | no frames]

Class UI

object --+
         |
        UI

Instance Methods [hide private]
 
__init__(self, opt, args)
Known Issues here: 1.
 
__str__(self)
str(x)
 
get_envar(self, vname)

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, opt, args)
(Constructor)

 

Known Issues here:
1. First of all, our infrastructure for command line interface is very frustrating: Some command line options are
   passed down, but others not. No consistency, no documentation. To figure out, you have to trial-and-error. And
   mind you, your current learnings might not hold for the future.
2. There currently seems no way to get the -OPLSDIR option value. It's neigther passed down nor set in an environment
   variables.

Overrides: object.__init__

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)