Module Prosite
source code
This module provides code to work with the prosite dat file from
Prosite. http://www.expasy.ch/prosite/
Tested with: Release 20.43, 10-Feb-2009
Functions: read Reads a Prosite file containing one
Prosite record parse Iterates over records in a Prosite
file.
Classes: Record Holds Prosite data.
|
Record
Holds information from a Prosite record.
|
|
__package__ = None
hash(x)
|
Parse Prosite records.
This function is for parsing Prosite files containing multiple
records.
handle - handle to the file.
|
Read one Prosite record.
This function is for parsing Prosite files containing exactly one
record.
handle - handle to the file.
|