-
Notifications
You must be signed in to change notification settings - Fork 397
Parsing resolution values in PDB (REMARK 2 and REMARK 3 [new format]) and mmCif #1001
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
Parsing resolution values in PDB (REMARK 2 and REMARK 3 [new format]) and mmCif #1001
Conversation
Apparently it affects only cryo-EM entries.
|
I parsed the mmCif data from |
sbittrich
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, LGTM.
1 small remark below.
biojava-structure/src/main/java/org/biojava/nbio/structure/io/cif/CifStructureConsumerImpl.java
Outdated
Show resolved
Hide resolved
the safer condition covers both UNKNOWN and NOT_PRESENT values
|
I fixed that. However, there is a new question in #1000 that needs answer before we close that issue and this PR. |
|
Is it fine now? Shall I merge? |
josemduarte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one more minor comment. After that it's ok to merge.
Apparently it affects only cryo-EM entries.
Partially Fixes #1000
It fixes the PDBFileParser.
Before fixing the mmCifParser we need first to check whether the files should be remediated or not.