Skip to content

Fix 278 C1 Add mmCIF preflight validation - #368

Open
Tanokri02 wants to merge 1 commit into
aqlaboratory:mainfrom
Tanokri02:add-mmcif-preflight-validator
Open

Fix 278 C1 Add mmCIF preflight validation#368
Tanokri02 wants to merge 1 commit into
aqlaboratory:mainfrom
Tanokri02:add-mmcif-preflight-validator

Conversation

@Tanokri02

@Tanokri02 Tanokri02 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Fix issue 278 C1. Validate the required mmCIF schema before structure preprocessing begins.

Changes

Added openfold3/core/data/pipelines/preprocessing/mmcif.py which runs checks to ensure all mmCIF categories required are present. It accumalates all the missing categories into one errro message. structure.py uses this new helper function.

Related Issues

Testing

Added a 5 test suite at openfold3/tests/core/data/pipelines/preprocessing/test_mmcif.py which validates the new helper function.

@Tanokri02 Tanokri02 changed the title Add mmCIF preflight validation Fix 278 C1 Add mmCIF preflight validation Aug 12, 2026
@jandom

jandom commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Thank you @Tanokri02 – is this ready for review?

@jandom jandom added the safe-to-test Internal only label used to indicate PRs that are ready for automated CI testing. label Aug 12, 2026
@Tanokri02

Copy link
Copy Markdown
Contributor Author

yes @jandom it is ready for review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe-to-test Internal only label used to indicate PRs that are ready for automated CI testing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants