-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fragalysis notebook breaks with newest structure content #12
Comments
Note I changed the pdb_list in cell 6 to only read the '_bound.pdb' structures, because also '_apo.pdb' exist, but that did not change the error.
|
checking the first file that is omitted: |
@jaimergp and @glass-w : I've included a temporary fix, to split the files by chain, and restore them with '_chain[x]' suppl.
` This fixes the '2 binding sites' issue, but the |
Respective update can be found in PR #11. |
The fragalysis.ipynb notebook breaks when processing the newest version of the MPro data.
Two observations
404 -> 296 -> 295 = 109 structures filtered out
493 -> 35 -> 21 = 472 structures filtered out
ValueError: Length mismatch: Expected axis has 305 elements, new values have 306 elements
@jaimergp can you please have a look? [adding @glass-w to this issue, because he might be working with the new data]
The text was updated successfully, but these errors were encountered: