python-modelcif 1.1 release
- The new class
modelcif.model.NotModeledResidueRangeallows 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_schemetable. - The
util/make-mmcif.pyscript is now included in the installed package, so can be run if desired withpython3 -m modelcif.util.make_mmcif. - The
make_mmcifutility script will now automatically add any missingmodelcif.model.NotModeledResidueRangeobjects for not-modeled residue ranges.
Full Changelog: 1.0...1.1