Builds a mmCIF file from a Structure object.
|
__init__(self,
struct,
cif_file)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
get_table(self,
name)
Returns the self.cif_data[name] mmCIFTable, or it creates it and adds
it to self.cif_data if it does not exist. |
source code
|
|
|
|
|
get_entity_desc_from_sequence(self,
sequence) |
source code
|
|
|
|
|
|
|
add__entity_poly(self)
Adds the _entity_poly table. |
source code
|
|
|
|
|
add__symmetry(self)
Adds the _symmetry table. |
source code
|
|
|
add__atom_site(self)
Adds the _atom_site table. |
source code
|
|
|
set_atom_site_row(self,
asrow,
atm,
entity_desc,
label_seq_id)
Add atom_site coordinate row. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|