| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Application.AbstractCommandline --+
|
AlignAceCommandline
Create a commandline for the AlignAce program. Example: >>> from Bio.Motif.Applications import AlignAceCommandline >>> in_file = "sequences.fasta" >>> alignace_cline = AlignAceCommandline(infile=in_file, gcback=0.55) >>> print alignace_cline AlignACE -i sequences.fasta -gcback 0.55 You would typically run the command line with alignace_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 18:02:53 2013 | http://epydoc.sourceforge.net |