Package Bio :: Package Application :: Class ApplicationResult
[hide private]
[frames] | no frames]

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 class hase been deprecated and we intend to remove it in a future release of Biopython.

Instance Methods [hide private]
 
__init__(self, application_cl, return_code)
Intialize with the commandline from the program.
source code
 
get_result(self, output_name)
Retrieve result information for the given output.
source code
 
available_results(self)
Retrieve a list of all available results.
source code
Method Details [hide private]

get_result(self, output_name)

source code 

Retrieve result information for the given output.

Supports any of the defined parameters aliases (assuming the parameter is defined as an output).