| Trees | Indices | Help |
|
|---|
|
|
Bio.SearchIO parser for HMMER plain text output format.
|
|||
|
Hmmer3TextParser Parser for the HMMER 3.0 text output. |
|||
|
Hmmer3TextIndexer Indexer class for HMMER plain text output. |
|||
|
|||
_RE_PROGRAM = re.compile(r'^#
|
|||
_RE_VERSION = re.compile(r'# \w
|
|||
_RE_OPT = re.compile(r'^#
|
|||
_QRE_ID_LEN_PTN =
|
|||
_QRE_ID_LEN = re.compile(r'^Query:\s
|
|||
_HRE_VALIDATE = re.compile(r'score:\s
|
|||
_HRE_ANNOT_LINE = re.compile(r'^
|
|||
_HRE_ID_LINE = re.compile(r'^
|
|||
|
|||
_HRE_VALIDATE
|
_HRE_ID_LINE
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 5 17:59:47 2013 | http://epydoc.sourceforge.net |