Module Hie
source code
Handle the SCOP HIErarchy files, which describe the SCOP hierarchy in
terms of SCOP unique identifiers (sunid).
The file format is described in the scop "release
notes.":http://scop.berkeley.edu/release-notes-1.55.html The latest
HIE file can be found "elsewhere at
SCOP.":http://scop.mrc-lmb.cam.ac.uk/scop/parse/
"Release
1.55":http://scop.berkeley.edu/parse/dir.hie.scop.txt_1.55 (July
2001)
|
Record
Holds information for one node in the SCOP hierarchy.
|
|
Iterator
Iterates over a HIE file.
|
|
Parser
|
|
parse(handle)
Iterates over a HIE file, returning a Hie record for each line
in the file. |
source code
|
|
|
__package__ = None
hash(x)
|
Iterates over a HIE file, returning a Hie record for each line
in the file.
Arguments:
handle -- file-like object.
|