Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix resolution field in mmcif_parsing #420

Merged
merged 1 commit into from Mar 28, 2024
Merged

Fix resolution field in mmcif_parsing #420

merged 1 commit into from Mar 28, 2024

Commits on Mar 21, 2024

  1. Fix resolution field in mmcif_parsing

    Without the break statement this function will fall back to setting the resolution to _reflns.d_resolution_high for most structures, which reflects the resolution limit in the raw data and not the final structure (see https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Items/_reflns.d_resolution_high.html and https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Items/_refine.ls_d_res_high.html).
    ljarosch committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    732d283 View commit details
    Browse the repository at this point in the history