|
|
__init__(self,
alignment=None,
working_dir=None,
out_file=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
print_options(self)
Print out all of the options and their current settings. |
source code
|
|
|
|
|
|
|
get_option(self,
option)
Return the value of an option. |
source code
|
|
|
|
get_all_options(self)
Return the values of all the options. |
source code
|
|
|
|
|
|
|
run(self,
ctl_file,
verbose,
command)
Run a paml program using the current configuration and then parse the results. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|