-
Notifications
You must be signed in to change notification settings - Fork 103
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
Micro-PR to add alt_atom_id
to Biotite's internal CCD
#668
Conversation
@padix-key the
This sounds like a CI/CD issue, I'm not sure there's anything I can do about this? |
CodSpeed Performance ReportMerging #668 will not alter performanceComparing Summary
|
Hi, I checked the increased file size of the However, I am not sure in which cases the If |
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.
Apart from the conceptual discussion above, the change looks good to me, thank you. There is only the small outlined nitpick.
To make the changes in the internal CCD take effect, we need the built structure/info/ccd
directory as well. It is built as artifact in the CI. I will add it to this PR when the CI finishes successfully.
Update: This error seems to be persistent, but I added a fix in #661. |
Hi, Piling-on here: We've come across a number of entries where the An egregious example:
Providing the flexibility to return the alternative names enables us to write code handling these edge cases without significantly increasing overhead |
In regards to |
I think this is especially an issue as the PDB keeps making updates. From some older cif files I've got lying around I can see the |
In any case -- I addressed the ordering of the blocks now ✅ |
Double-checked this example and it seems in the most recent PDB update that was fixed, as @Croydon-Brixton mentioned -- will look for others |
@nscorley Thanks for the pointer to the example entry. I will look into it. @Croydon-Brixton If you do not mind, I would also add the required changes to |
I merged #661. After you rebase on the |
Amazing, thank you @padix-key -- I'm aiming to have these PR's updated for you later today or tomorrow. Will ping you when ready! |
b3708ab
to
98edf59
Compare
And its merged. Thanks again! |
Micro-PR to add
alt_atom_id
to Biotite's internal CCD:Why? This is useful for resolving atom names in PDB files that do not use the standard atom ids, but use the alternative atom ids instead.