ihmwg / python-modelcif

Python package for handling ModelCIF mmCIF and BinaryCIF files
MIT License
9 stars 1 forks source link

Remove _exptl table #29

Closed gtauriello closed 1 year ago

gtauriello commented 1 year ago

According to Brinda, computed models should only have _struct.pdbx_structure_determination_methodology filled and not have a _exptl table. Currently, python-modelcif fills both. Hence, the code should be modified to drop the _exptl table.