|
|
__init__(self,
PERMISSIVE=True,
get_header=False,
structure_builder=None,
QUIET=False)
The PDB parser call a number of standard methods in an aggregated
StructureBuilder object. |
source code
|
|
|
|
_get_header(self,
header_coords_trailer)
Get the header of the PDB file, return the rest. |
source code
|
|
|
|
_handle_PDB_exception(self,
message,
line_counter)
This method catches an exception that occurs in the StructureBuilder
object (if PERMISSIVE), or raises it again, this time adding the
PDB line number to the error message. |
source code
|
|
|
|
_parse(self,
header_coords_trailer)
Parse the PDB file. |
source code
|
|
|
|
_parse_coordinates(self,
coords_trailer)
Parse the atomic data in the PDB file. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|