ihmwg / python-ihm

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

Handle _ihm_starting_model_details before _ihm_entity_poly_segment #85

Closed benmwebb closed 2 years ago

benmwebb commented 2 years ago

The reader currently assumes that the _ihm_entity_poly_segment category is encountered in the mmCIF file before _ihm_starting_model_details, and fails otherwise. It should work regardless of the ordering. Relates salilab/IHMValidation#56.