Allow writing some categories out to different file(s) and link them from the main file in ma_entry_associated_files. On read, optionally read in associated files and parse them as mmCIF if requested. Main use case here is likely the pairwise local QA metrics used in AlphaFold models.
We may be able to leverage some of the code from python-ihm here that is currently used for handling datasets (the Location and Repository classes in location.py).
Allow writing some categories out to different file(s) and link them from the main file in
ma_entry_associated_files
. On read, optionally read in associated files and parse them as mmCIF if requested. Main use case here is likely the pairwise local QA metrics used in AlphaFold models.We may be able to leverage some of the code from python-ihm here that is currently used for handling datasets (the
Location
andRepository
classes in location.py).