| Home | Trees | Indices | Help |
|---|
|
|
This class encapsulates template information for parsing fasta files.
Wraps a regular expression (regex) used to parse the first line of
a fasta record and also a tuple of strings
(fields) that name the information contained in the first line of
the fasta record.
|
|||
|
|||
| _sre.SRE_Match |
|
||
|
|||
|
|||
| _sre.SRE_Pattern |
|
||
| tuple |
|
||
| str |
|
||
|
|||
| _sre.SRE_Pattern |
regex Returns the regex property. |
||
| tuple |
fields Returns the fields property. |
||
|
|||
|
Returns a
|
Sets the regex property to rgx, a
|
Sets the fields property to ary, a
|
Returns the regex property.
|
Returns the fields property.
|
Given the
|
|
|||
regexReturns the regex property. |
fieldsReturns the fields property.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Apr 9 18:04:10 2014 | http://epydoc.sourceforge.net |