Trees | Indices | Help |
---|
|
object --+ | Application.AbstractCommandline --+ | _EmbossMinimalCommandLine --+ | _EmbossCommandLine --+ | SeqmatchallCommandline
Commandline object for the seqmatchall program from EMBOSS
e.g. >>> cline = SeqmatchallCommandline(sequence="opuntia.fasta", outfile="opuntia.txt") >>> cline.auto = True >>> cline.wordsize = 18 >>> cline.aformat = "pair" >>> print cline seqmatchall -auto -outfile=opuntia.txt -sequence=opuntia.fasta -wordsize=18 -aformat=pair
|
|||
|
|||
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 Fri Apr 1 00:42:14 2011 | http://epydoc.sourceforge.net |