ihmwg / python-modelcif

Python package for handling ModelCIF mmCIF and BinaryCIF files
MIT License
9 stars 1 forks source link

Add support for templates not deposited in PDB #1

Open benmwebb opened 2 years ago

benmwebb commented 2 years ago

Allow providing a PDB/mmCIF file for "customized" templates and fill out the ma_template_customized and ma_template_coord tables. Could maybe leverage some code from python-ihm that is used for starting models: startmodel.py

Likely low priority for now as structures in ModBase/SMR likely all have PDB templates, while most other structures have no templates at all.