-
Notifications
You must be signed in to change notification settings - Fork 211
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
Fixes for protonation of protein and binding site detection #216
Conversation
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.
Hi @corey-taylor, thanks a lot for fixing this - I reran the CI a couple of times, seems to be URL timeouts here and there. Let's merge this and check if the website will be rendered alright (do not quite understand the Docs fail).
@corey-taylor, did the results change? If so, we need to rerun the notebook, right? |
Yep, agreed with this. If the site renders fine then we'll just put it down to gremlins in the machine or something.
The results changed for me, yes. I didn't actually run the input ligand in the notebook, I ran 3W32's co-crystallised ligand but you'd imagine they'd be quite different. I'll re-run it and commit. |
@dominiquesydow Oh wait a sec, didn't the notebook work better when you or @AndreaVolkamer ran it last time, given I use Linux? |
@corey-taylor, on second thought: in the notebook, we are testing for the resulting compounds from projects 1 and 2:
and
With your changes, we are still getting the same compounds (we know that because the CI is not failing except for the Python 3.9 setup). Does this make sense to you? To be honest, I would have expected to see changes - but hey, happy about stable results :) With that said, running the notebook under 3.9 indeed reproduces the CI error also locally. I won't be able to look into this tonight but will try to pick this up tomorrow. |
Ordinarily I'd be quite worried about getting consistent results when changing something as major as the protonation of the entire protein. Certainly the ranking of some compounds changed for me, although this is obviously a very small library and a fairly apolar pocket compared to other kinases so maybe that's why the end result is the same.
For your info, nothing special about my setup. I run 3.9.7 in BunsenLabs Linux (used theTeachOpenCADD yaml). I certainly don't see the AttributeErrors so I'm not sure why the Ubuntu version is being tripped. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@jaimergp could you please take a look at why conda is failing for the Python 3.7 unit tests? |
Merging this PR - T018 runs successfully under Py3.7 and 3.9 after workaround as outlined in PR description. Remark on CI:
|
Description
Small fixes for T018 pipeline issues and CI Python 3.9 issues.
TODOs
Status