Class ApplicationResult
source code
Make results of a program available through a standard interface
(DEPRECATED).
This tries to pick up output information available from the program
and make it available programmatically.
NOTE - This obsolete is considered to be obsolete, and we intend to
deprecate it and then remove it in future releases of Biopython.
|
__init__(self,
application_cl,
return_code)
Intialize with the commandline from the program. |
source code
|
|
|
|
|
available_results(self)
Retrieve a list of all available results. |
source code
|
|
Retrieve result information for the given output.
Supports any of the defined parameters aliases (assuming the parameter
is defined as an output).
|