You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mmcif files (larger biological structures) are not exactly the same format as CIF files, so out of the box we don't support them currently. However, gemmi can read these files, so it might be possible.
So far I noted that one has to replace the call to .make_small_structure_from_block(..) with .make_structure_from_block(..). We might be able to tell which one to use by first calling the block's .get_mmcif_category_names() method (not sure).
The text was updated successfully, but these errors were encountered:
mmcif files (larger biological structures) are not exactly the same format as CIF files, so out of the box we don't support them currently. However, gemmi can read these files, so it might be possible.
So far I noted that one has to replace the call to
.make_small_structure_from_block(..)
with.make_structure_from_block(..)
. We might be able to tell which one to use by first calling the block's.get_mmcif_category_names()
method (not sure).The text was updated successfully, but these errors were encountered: