Module Cla
source code
Handle the SCOP CLAssification file, which describes SCOP domains.
The file format is described in the scop "release
notes.":http://scop.mrc-lmb.cam.ac.uk/scop/release-notes.html The
latest CLA file can be found "elsewhere at
SCOP.":http://scop.mrc-lmb.cam.ac.uk/scop/parse/
"Release 1.73":
http://scop.mrc-lmb.cam.ac.uk/scop/parse/dir.cla.scop.txt_1.73 (July
2008)
|
Record
Holds information for one SCOP domain.
|
|
Index
A CLA file indexed by SCOP identifiers, allowing rapid random
access into a file.
|
|
parse(handle)
Iterates over a CLA file, returning a Cla record for each line
in the file. |
source code
|
|
Iterates over a CLA file, returning a Cla record for each line
in the file.
Arguments:
handle -- file-like object.
|