__init__(self,
filename,
index=1,
error_handler=None,
all_occ=False,
allow_obsolete=True,
use_strict_resname=False)
(Constructor)
|
|
Initialize with a filename, an optional starting index (default of 1)
and optional error_handler (default of mm.error_handler).
all_occ - Whether to include alternative positions (default=False)
allow_obsolete - Whether to allow reading obsolete PDB files
(default=True).
use_strict_resname - Limit the residue name to 18-20 columns of pdb
record.
- Overrides:
object.__init__
|