ihmwg / python-ihm

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

Handle missing ihm_starting_comparative_models.template_seq_id_begin/end #86

Closed benmwebb closed 2 years ago

benmwebb commented 2 years ago

_ihm_starting_comparative_models.template_seq_id_begin and _ihm_starting_comparative_models.template_seq_id_end are not mandatory and so can be . or ?, but currently the reader assumes these are both integers and so fails in these cases. Relates salilab/IHMValidation#58.