ihmwg / python-modelcif

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

Add ma_target_ref_db_details.seq_db_sequence_version_date #12

Closed bienchen closed 2 years ago

bienchen commented 2 years ago

In one of the meetings around ModelCIF or 3D-Beacons, the working groups agreed to keep the version of UniProtKB entries within the mmCIF file. This means we need the ma_target_ref_db_details.seq_db_sequence_version_date data item.

benmwebb commented 2 years ago

The Python equivalent would be a datetime.date object. Easy to generate the mmCIF by calling its isoformat() method.

benmwebb commented 2 years ago

Should be resolved by #15.