| Trees | Index | Help |
|---|
| Package Bio :: Package Application |
|
| Classes | |
|---|---|
AbstractCommandline |
Generic interface for running applications from biopython. |
ApplicationResult |
Make results of a program available through a standard interface. |
| Function Summary | |
|---|---|
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. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:00 2007 | http://epydoc.sf.net |