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 colliding ligand entity IDs #249

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

wukevin
Copy link
Contributor

@wukevin wukevin commented Dec 13, 2024

Description

Fix a bug where all ligands would get assigned the same entity ID (which should only shared between chains of the same sequence) regardless of their chemical composition. This fixes this behavior such that ligands with the same chemical makeup share entity IDs (and have correctly assigned sym IDs), and ligands with different chemical makeups have different entity IDs.

Motivation

Multi-ligand performance; may be related to different ligand predictive performance numbers seen in #210

Test plan

Added tests to check this behavior.

@wukevin wukevin requested a review from arogozhnikov December 13, 2024 22:15
@arogozhnikov arogozhnikov merged commit ee10048 into main Dec 13, 2024
4 checks passed
@arogozhnikov arogozhnikov deleted the kevin/smiles-entity-id branch December 13, 2024 22:27
@arogozhnikov
Copy link
Contributor

Thanks for fixing @wukevin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants