Trees | Indices | Help |
---|
|
General mechanisms to access applications in biopython.
|
|||
ApplicationResult Make results of a program available through a standard interface. |
|||
AbstractCommandline Generic interface for running applications from biopython. |
|||
_AbstractParameter A class to hold information about a parameter for a commandline. |
|||
_Option Represent an option that can be set for a program. |
|||
_Argument Represent an argument on a commandline. |
|
|||
|
|
|||
__package__ =
|
|
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. WARNING - This will read in the full program output into memory! This may be in issue when the program write a large amount of data to standard output. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 25 10:56:23 2008 | http://epydoc.sourceforge.net |