Package Bio :: Package SCOP :: Module Hie
[hide private]
[frames] | no frames]

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)

Classes [hide private]
  Record
Holds information for one node in the SCOP hierarchy.
  Iterator
Iterates over a HIE file.
  Parser
Functions [hide private]
 
parse(handle)
Iterates over a HIE file, returning a Hie record for each line in the file.
source code
Function Details [hide private]

parse(handle)

source code 
Iterates over a HIE file, returning a Hie record for each line
in the file.

Arguments:

    handle -- file-like object.