Builds a new Structure object by loading an mmCIF file.
|
|
|
set_atom_site_auth(self)
Read atom_site.auth_ labels for atom definitions. |
source code
|
|
|
set_atom_site_label(self)
Read atom_site.label_ items for atom definitions. |
source code
|
|
|
set_atom_site_data_columns(self)
Choose to use atom_site.auth_ labels, or atom_site.label_ |
source code
|
|
|
|
|
|
|
|
|
|
|
read_unit_cell(self)
Load unit cell and symmetry tables. |
source code
|
|
|
read_struct_conn(self)
Read bond information form the struct_conn and struct_conn_type
sections. |
source code
|
|
|
read_struct_conf(self)
Reads the struct_conf table getting information on alpha helicies and
turns in the structure. |
source code
|
|
Inherited from StructureBuilder.StructureBuilder :
__init__ ,
load_alpha_helicies ,
load_atom ,
load_beta_sheets ,
load_bonds ,
load_sequence ,
load_sites ,
load_structure_id ,
load_unit_cell ,
name_service ,
read_atoms_finalize ,
read_end ,
read_end_finalize ,
read_metadata_finalize ,
read_start_finalize
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|