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

Class Help

object --+
         |
        Help

Instance Methods [hide private]
 
__init__(self, app_name)
x.__init__(...) initializes x; see help(type(x)) for signature
 
print_version(self)
Prints version information.
 
print_help(self, topic=None)
Print help information.

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

Class Variables [hide private]
  VERSION = "multisim v"+ cmj.VERSION
  SHORT_USAGE = ...
  LONG_USAGE = ...
  TOPIC = {"@deprecated": ...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, app_name)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

Class Variable Details [hide private]

SHORT_USAGE

Value:
"""
Multisim workflow program

Usage:
* To run a new job:
  _APPLICATION_NAME_ [<options>] -m <workflow.msj> <data-files...>

* To restart a previous job:
...

LONG_USAGE

Value:
"""
Multisim workflow program

Usage:
* To run a new job:
  _APPLICATION_NAME_ [<options>] -m <workflow.msj> <data-files...>

* To restart a previous job:
...

TOPIC

Value:
{"@deprecated": """
No deprectaed features so far.""", "@examples": """_APPLICATION_NAME_ \
-JOBNAME my_ligand -m my_protocol.msj my_structure.cms

Launch a new job with the name of 'my_ligand'. The input structure fil\
e is
my_structure.cms, and the workflow is defined by the my_protocol.msj f\
ile.
...