| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Application.AbstractCommandline --+
|
CompareAceCommandline
Create a commandline for the CompareAce program. Example: >>> from Bio.Motif.Applications import CompareAceCommandline >>> m1_file = "sequences1.fasta" >>> m2_file = "sequences2.fasta" >>> compareace_cline = CompareAceCommandline(motif1=m1_file, motif2=m2_file) >>> print compareace_cline CompareACE sequences1.fasta sequences2.fasta You would typically run the command line with compareace_cline() or via the Python subprocess module, as described in the Biopython tutorial.
|
|||
|
|||
|
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 Tue Feb 5 17:59:52 2013 | http://epydoc.sourceforge.net |