Home | Trees | Indices | Help |
|
---|
|
Load and save mmLib.Structure objects from/to mmLib supported formats. The mmCIF and PDB file formats are currently supported.
|
|||
FileIOUnsupportedFormat | |||
ZCat |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Loads a mmCIF file(.cif) or PDB file(.pdb) into a Structure class and returns it. The function takes 5 named arguments, one is required: file = <file object or path; required> format = <'PDB'|'CIF'; defaults to 'PDB'> structure = <mmLib.Structure object to build on; defaults to creating new> sequence_from_structure = [True|False] <infer sequence from structure file, default False> library_bonds = [True|False] <build bonds from monomer library, default False> distance_bonds = [True|False] <build bonds from covalent distance calculations, default False> |
Saves a Structure object into a supported file type. file = <file object or path; required> structure = <mmLib.Structure object to save; required> format = <'PDB' or 'CIF'; defaults to 'PDB'> |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 27 14:43:14 2011 | http://epydoc.sourceforge.net |