Package Bio :: Package Emboss :: Module Applications :: Class ESeqBootCommandline
[hide private]
[frames] | no frames]

Class ESeqBootCommandline

source code

                     object --+            
                              |            
Application.AbstractCommandline --+        
                                  |        
          _EmbossMinimalCommandLine --+    
                                      |    
                     _EmbossCommandLine --+
                                          |
                                         ESeqBootCommandline

Commandline object for the eseqboot program from EMBOSS (OBSOLETE).

This is an EMBOSS wrapper around seqboot from PHYLIP.

It has been replaced by "fseqboot", see FSeqBootCommandline.

Instance Methods [hide private]
 
__init__(self, cmd='eseqboot', **kwargs)
Create a new instance of a command line wrapper object.
source code

Inherited from _EmbossCommandLine (private): _validate

Inherited from Application.AbstractCommandline: __repr__, __str__, set_parameter

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cmd='eseqboot', **kwargs)
(Constructor)

source code 

Create a new instance of a command line wrapper object.

Overrides: object.__init__
(inherited documentation)