| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Application.AbstractCommandline --+
|
_BlastCommandLine --+
|
RpsBlastCommandline
Create a commandline for the classic rpsblast program from NCBI (OBSOLETE). With the release of BLAST+ (BLAST rewritten in C++ instead of C), the NCBI are replacing the old rpsblast with a new version of the same name plus a second tool rpstblastn, both taking different command line arguments. This module provides NcbirpsblastCommandline and NcbirpsblasntCommandline as wrappers for the new tools. Like the old rpsblast (and blastall), this wrapper is now obsolete, and will be deprecated and removed in a future release of Biopython. >>> from Bio.Blast.Applications import RpsBlastCommandline >>> cline = RpsBlastCommandline(help=True) >>> cline RpsBlastCommandline(cmd='rpsblast', help=True) >>> print cline rpsblast --help You would typically run the command line with cline() or via the Python subprocess module, as described in the Biopython tutorial.
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a new instance of a command line wrapper object.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 18 17:53:36 2011 | http://epydoc.sourceforge.net |