Public Member Functions | |
| def | __init__ |
Data Fields | |
| pipe_separated | |
| hits | |
Read HHSearch result file. The result is stored in a list of hh search hits.
Usage:
result=HHSearchResult('output.hhr')
for hit in result.hits:
print hit.pdb_id, hit.chain
print hit.alignment.ToString(80)
Definition at line 25 of file hhsearch.py.
| def __init__ | ( | self, | ||
| filename, | ||||
pipe_separated = False | ||||
| ) |
Definition at line 36 of file hhsearch.py.
Definition at line 43 of file hhsearch.py.
Definition at line 37 of file hhsearch.py.
1.5.8