Home | Trees | Index | Help |
|
---|
Package mmLib :: Module CIFBuilder :: Class CIFStructureBuilder |
|
object
--+ |StructureBuilder
--+ | CIFStructureBuilder
Method Summary | |
---|---|
Read unit information form various tags and compute the fractional-to-Cartesion conversion matrix. | |
Read atom information form the atom_site section. | |
Read bond information form the geom_angle section. | |
Read bond information form the geom_bond section. | |
This method needs to be reimplemented in a fuctional subclass. | |
read_start(self,
filobj)
| |
Read the PDB ID. | |
Inherited from StructureBuilder | |
| |
The argument helix_list is a list of Python dictionaries with information to build build AlphaHelix objects into the Structure. | |
Called repeatedly by the implementation of read_atoms to load all the data for a single atom. | |
The argument beta_sheet_list is a list of Python dictionaries with information to build build BetaSheet objects into the Structure. | |
Call by the implementation of load_metadata to load bond information on the structure. | |
The sequence map contains the following keys: chain_id: the chain ID fo the sequence; num_res: the number of residues in the sequence; sequence_list: a list of 3-letter codes of the residues in the sequence. | |
The argument site_list is a list of Python dictionaries with information to build build Site objects into the Structure. | |
| |
Called by the implementation of load_metadata to load the unit cell pararameters for the structure. | |
Runs the name service on all atoms needing to be named. | |
After loading all atom records, use the list of atom records to build the structure. | |
This method needs to be reimplemented in a fuctional subclass. | |
Called for final cleanup after structure source readinging is done. | |
Called after the the metadata loading is complete. | |
Called after the read_start method. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
get_cell_parameters(self)Read unit information form various tags and compute the fractional-to-Cartesion conversion matrix. |
read_atoms(self)Read atom information form the atom_site section. |
read_geom_angle(self, bond_map)Read bond information form the geom_angle section. |
read_geom_bond(self, bond_map)Read bond information form the geom_bond section. |
read_metadata(self)This method needs to be reimplemented in a fuctional subclass. The subclassed read_metadata method should call the various load_* methods to set non-atom coordinate data for the Structure.
|
read_structure_id(self)Read the PDB ID. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon May 21 20:33:39 2007 | http://epydoc.sf.net |