ihmwg / python-ihm

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

Read dictionary version into System #48

Closed benmwebb closed 4 years ago

benmwebb commented 4 years ago

When reading a file, we should parse the audit_conform table to determine the version of the dictionary the file conforms to and provide an API to get this information. This would allow ChimeraX, for example, to refuse to read files that conform to a pre-1.0 version of the dictionary, since they won't display correctly anyway.