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

Class ApplicationResult


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.
Method Summary
  __init__(self, application_cl, return_code)
Intialize with the commandline from the program.
  available_results(self)
Retrieve a list of all available results.
  get_result(self, output_name)
Retrieve result information for the given output.

Method Details

__init__(self, application_cl, return_code)
(Constructor)

Intialize with the commandline from the program.

available_results(self)

Retrieve a list of all available results.

get_result(self, output_name)

Retrieve result information for the given output.

Generated by Epydoc 2.1 on Mon Aug 27 16:13:11 2007 http://epydoc.sf.net