Skip to content

python-modelcif 1.1 release

Compare
Choose a tag to compare
@benmwebb benmwebb released this 27 Sep 20:13
· 46 commits to main since this release
1.1
  • The new class modelcif.model.NotModeledResidueRange allows for the annotation of residue ranges that were explicitly not modeled. Any residue marked as not-modeled in all models will be excluded from the pdbx_poly_seq_scheme table.
  • The util/make-mmcif.py script is now included in the installed package, so can be run if desired with python3 -m modelcif.util.make_mmcif.
  • The make_mmcif utility script will now automatically add any missing modelcif.model.NotModeledResidueRange objects for not-modeled residue ranges.

Full Changelog: 1.0...1.1