|
|
__init__(self,
filename,
comments=False,
fields=['qseqid', 'sseqid', 'pident', 'length', 'mismatch', 'gapopen'...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
__iter__(self)
Iterates over the file handle; yields key, start offset, and length. |
source code
|
|
|
|
_qresult_index_commented(self)
Indexer for commented BLAST tabular files. |
source code
|
|
|
|
_qresult_index(self)
Indexer for noncommented BLAST tabular files. |
source code
|
|
|
|
get_raw(self,
offset)
Returns the raw string of a QueryResult object from the given offset. |
source code
|
|
|
|
_get_raw_qresult(self,
offset)
Returns the raw string of a single QueryResult from a noncommented file. |
source code
|
|
|
|
_get_raw_qresult_commented(self,
offset)
Returns the raw string of a single QueryResult from a commented file. |
source code
|
|
|
Inherited from _index.SearchIndexer:
get
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|