Module Des
source code
Handle the SCOP DEScription file.
The file format is described in the scop "release
notes.":http://scop.berkeley.edu/release-notes-1.55.html The latest
DES file can be found "elsewhere at
SCOP.":http://scop.mrc-lmb.cam.ac.uk/scop/parse/
"Release
1.55":http://scop.berkeley.edu/parse/des.cla.scop.txt_1.55 (July
2001)
|
Record
Holds information for one node in the SCOP hierarchy.
|
|
Iterator
Iterates over a DES file.
|
|
Parser
|
|
parse(handle)
Iterates over a DES file, returning a Des record for each line
in the file. |
source code
|
|
|
__package__ = None
hash(x)
|
Iterates over a DES file, returning a Des record for each line
in the file.
Arguments:
handle -- file-like object
|