ihmwg / python-ihm

Python package for handling IHM mmCIF and BinaryCIF files
MIT License
14 stars 7 forks source link

Get rid of AssemblyComponent class #1

Closed benmwebb closed 6 years ago

benmwebb commented 6 years ago

It's a little inconvenient to populate Assembly objects with AssemblyComponent objects. Assemblies should simply accept AsymUnit, Entity, and AsymUnitRange objects directly instead.