Volume
PocketVolume(config=None)
¶
The main class to run POVME.
Initialize POVME.
PARAMETER | DESCRIPTION |
---|---|
|
Pocket volume calculation configuration.
TYPE:
|
collect_pdb_frames_in_chunks(filename, chunk_size)
¶
Read a multi-frame PDB and yield frames in chunks.
Each yielded chunk is a list of (frame_index, pdb_frame_string).