python-modelcif 1.1 release
- 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 thepdbx_poly_seq_scheme
table. - The
util/make-mmcif.py
script is now included in the installed package, so can be run if desired withpython3 -m modelcif.util.make_mmcif
. - The
make_mmcif
utility script will now automatically add any missingmodelcif.model.NotModeledResidueRange
objects for not-modeled residue ranges.
Full Changelog: 1.0...1.1