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

Package Bio.Application

General mechanisms to access applications in biopython.
Classes
AbstractCommandline Generic interface for running applications from biopython.
ApplicationResult Make results of a program available through a standard interface.

Function Summary
  generic_run(commandline)
Run an application with the given commandline.

Function Details

generic_run(commandline)

Run an application with the given commandline.

This expects a pre-built commandline that derives from AbstractCommandline, and returns a ApplicationResult object to get results from a program, along with handles of the standard output and standard error.

Generated by Epydoc 2.1 on Thu Mar 31 20:15:50 2005 http://epydoc.sf.net