Package Bio :: Package Blast :: Module Applications :: Class BlastallCommandline
[hide private]
[frames] | no frames]

Class BlastallCommandline

source code

Application.AbstractCommandline --+
                                  |
                                 BlastallCommandline

Create a commandline for the blastall program from NCBI.

XXX This could use more checking for valid paramters to the program.

Instance Methods [hide private]
 
__init__(self, blastcmd='blastall') source code

Inherited from Application.AbstractCommandline: __str__, set_parameter

Inherited from Application.AbstractCommandline (private): _check_value

Method Details [hide private]

__init__(self, blastcmd='blastall')
(Constructor)

source code 
Overrides: Application.AbstractCommandline.__init__