-
Notifications
You must be signed in to change notification settings - Fork 10
update ligandnetwork generation notebooks #274
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
base: main
Are you sure you want to change the base?
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
195fa0f to
4427ece
Compare
|
Some migration from OpenFreeEnergy/konnektor#200, but generally minor changes. |
| "\n", | ||
| "[Ligand Network]: https://docs.openfree.energy/en/stable/reference/api/generated/openfe.setup.LigandNetwork.html" | ||
| ] | ||
| }, |
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.
| "\n", | ||
| "[Ligand Network]: https://docs.openfree.energy/en/stable/reference/api/generated/openfe.setup.LigandNetwork.html" | ||
| ] | ||
| }, |
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.
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.
Yes I don't think anyone uses it.
| "\n", | ||
| "[Ligand Network]: https://docs.openfree.energy/en/stable/reference/api/generated/openfe.setup.LigandNetwork.html" | ||
| ] | ||
| }, |
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.
Here, as below, I'd like to execute all the code so our tests catch anything out of date.
Reply via ReviewNB
| "\n", | ||
| "[Ligand Network]: https://docs.openfree.energy/en/stable/reference/api/generated/openfe.setup.LigandNetwork.html" | ||
| ] | ||
| }, |
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.
| "\n", | ||
| "[Ligand Network]: https://docs.openfree.energy/en/stable/reference/api/generated/openfe.setup.LigandNetwork.html" | ||
| ] | ||
| }, |
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.
| "\n", | ||
| "[Ligand Network]: https://docs.openfree.energy/en/stable/reference/api/generated/openfe.setup.LigandNetwork.html" | ||
| ] | ||
| }, |
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.
Here, as below, I'd like to execute all the code so our tests catch anything out of date.
Reply via ReviewNB
|
related: OpenFreeEnergy/gufe#692 and OpenFreeEnergy/openfe#1750 |
f0b882c to
3ee90e0
Compare
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.
moved from konnektor_example.ipynb here.
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.
moved building_networks.ipynb from konnektor to here.
2b656c0 to
ff4a545
Compare
| }, | ||
| { | ||
| "cell_type": "markdown", | ||
| "id": "5da95fa6-c9a7-48a2-9d8e-e35b3b6818f6", |
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.
This makes edge scoring sound like an exact science, which we know it's not, maybe make it clear that the scorer returns an estimate of the difficulty of the edge and is well known to get this wrong!
Reply via ReviewNB
| @@ -31,35 +31,7 @@ | |||
| "tags": [] | |||
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.
Line #12. mappers=[openfe.setup.LomapAtomMapper()],
nit I would consider using kartograf as the mapper with map_hydrogens_on_hydrogens_only set to True if the ligands are well aligned, this will lead to a more representative edge visualisation below as OpenFE doesn't allow transformations between hydrogens and heavy atoms.
Reply via ReviewNB
| @@ -31,35 +31,7 @@ | |||
| "tags": [] | |||
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.
See above, while this is what the 3D mapping shows this is not what OpenFE actually does.
Reply via ReviewNB
| @@ -31,35 +31,7 @@ | |||
| "tags": [] | |||
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.
More a question for me: can we use this to visualise the ligands with the receptor as well?
Reply via ReviewNB
|
View / edit / reply to this conversation on ReviewNB jthorton commented on 2026-01-08T11:38:30Z Do we want some more details on what we are trying to show in the notebook, it might be good so users can quickly tell if this is relevent to them, we also might want to point to the konnector docs for more examples and details on the networks available. |
related to: OpenFreeEnergy/konnektor#169
and OpenFreeEnergy/konnektor#200