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

Boresch selection max_distance filter not applied to all relevant distance #23

Open
hannahbaumann opened this issue Jan 28, 2025 · 0 comments

Comments

@hannahbaumann
Copy link
Collaborator

I noticed that this max_distance filter is not being applied to all relevant protein - ligand atom distances.

max_distance = 0.8 * (unit_cell[0] / 2)

The intent of this filter is to select protein atoms that are less than half the box size away from 1. the selected ligand atom(s) and 2. the other protein atoms. Currently, it e.g. doesn't check the distance between P1-L1 (in the case where no protein atoms had been provided by the user) which could potentially lead to pbc wrapping issues.

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

No branches or pull requests

1 participant