Example:

io.register_format("mmCIF", "Molecular structure",
    (".cif",), ("mmcif", "cif"),
    mime=("chemical/x-cif", "chemical/x-mmcif"),
    reference="http://mmcif.wwpdb.org/",
    requires_seeking=True, open_func=open_mmCIF)

Previous topic

<no title>

Next topic

structaccess: batch access to molecular data

This Page