__init__(self,
PERMISSIVE=1,
get_header=0,
structure_builder=None)
(Constructor)
| source code
|
The PDB parser call a number of standard methods in an aggregated
StructureBuilder object. Normally this object is instanciated by the
PDBParser object itself, but if the user provides his own
StructureBuilder object, the latter is used instead.
Arguments: o PERMISSIVE - int, if this is 0 exceptions in constructing
the SMCRA data structure are fatal. If 1 (DEFAULT), the exceptions are
caught, but some residues or atoms will be missing. THESE EXCEPTIONS ARE
DUE TO PROBLEMS IN THE PDB FILE!. o structure_builder - an optional user
implemented StructureBuilder class.
|