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.

This tries to pick up output information available from the program and make it available programmatically.

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