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_checksum #13

Closed bienchen closed 2 years ago

bienchen commented 2 years ago

For UniProtKB sequences, ModelArchive wants to store the CRC64 checksum, this would go into ma_target_ref_db_details.seq_db_sequence_checksum. So thei would need to be added to modelcif.reference.TargetReference instances.

bienchen commented 2 years ago

Seems to work with the latest version.