ihmwg / python-ihm

Python package for handling IHM mmCIF and BinaryCIF files
MIT License
14 stars 7 forks source link

Add read support #10

Closed benmwebb closed 6 years ago

benmwebb commented 6 years ago

Currently the library can write the Python hierarchy out as an mmCIF file, but cannot do the reverse, constructing a hierarchy from an existing mmCIF file. The latter would be useful to assist in displaying IHM mmCIF files in molecular viewers such as ChimeraX, to allow data to be easily extracted from the files, or to allow integrative models to be used as inputs for new modeling runs.

benmwebb commented 6 years ago

Read support is now largely complete - almost all categories that we write out are now read back in.