You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sequence information for templates is now only written to template-specific categories in the mmCIF/BinaryCIF, not to the entity, entity_poly etc. tables, to properly comply with the ModelCIF dictionary.
modelcif.Template now takes a entity_id argument which can be used to provide the entity ID (if known) of the template in its own mmCIF file.
External files (e.g. alignments, or quality scores) can now be referenced from the main file (using the modelcif.associated module). Selected CIF categories can automatically be written to these external files instead of the main file, in either mmCIF or BinaryCIF format (see modelcif.associated.CIFFile).
Non-polymer models can now be linked to their template using the modelcif.NonPolymerFromTemplate class.
Add classes for the PLDDT, PTM, and IpTM quality metrics.
modelcif.reference.TargetReference now supports the version and CRC64 checksum of the reference sequence.