-
Notifications
You must be signed in to change notification settings - Fork 17
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
Downgrade remark type number invalid error #124
Conversation
Many software-generated model files, e.g. Rosetta PDB files, put arbitrary remark numbers in the file. Downgrading the error level would allow pdbtbx to deal with such files. resolves douweschulte#123
@douweschulte It seems the Lines 34 to 50 in 7af6cc8
To implement the |
Yes something like that has to be added. On not changing the API, you can change the 'core' methods (meaning the one that actually does the parsing), but make sure to keep this one private and keep the current open functions as calls to the core functions with the default |
I have created another issue for finishing my implementation of the Sorry for leaving it half done, I got stuck with some other PhD work. |
Cool I'll try to add in the functions that parse
No worries we are all aware how stressful that can be :) |
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.
Perfect!! I am fine with merging right away and doing the only_load_atomic
together with #125 in another PR or doing that work right here whatever works best for you.
Yes taking that in another PR seems more reasonable. Will send as more work is done! |
Fixes #123 and adds a test PDB file containing such
REMARK
records.