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.berkeley.edu/release-notes-1.55.html The latest
CLA 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.cla.scop.txt_1.55 (July
2001)
|
Record
Holds information for one SCOP domain
|
|
Iterator
Iterates over a CLA file.
|
|
Parser
Parses tab-deliminated CLA records.
|
|
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.
|