-
Notifications
You must be signed in to change notification settings - Fork 24
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
'DataFrame' object has no attribute ‘oligomeric_detail’ when training on custom PDBs #25
Comments
Yes you will need to manually add the Regarding the warnings, if it don't break then don't bother :). I ignore the warnings unless it seems bad. The PINDER files are taken from PDB if I'm not mistaken. So the cluster file should have a entry for every PDB ID. The clusters I used are from 2021 so you can download a more recent cluster file from RCSBPDB https://www.rcsb.org/docs/programmatic-access/file-download-services#sequence-clusters-data. Note that if a cluster isn't found then a new cluster will be assigned. |
There are sadly more issues, now I get a crash on pivot table generation
Inspection shows that the table generated by
is empty. |
Ok, it seems that I had to disable filtering based on oligomeric detail, otherwise it filtered down to nothing. |
Yeah it sounds like you can remove the oligomeric detail filtering for your purposes. |
After processing some PDB files from PINDER with
process_pdb_files.py
when running the training I getWhile processing the script gives me warnings of
UserWarning: Unlikely unit cell vectors detected in PDB file likely resulting from a dummy CRYST1 record. Discarding unit cell vectors.
I’ve only found some old issue in the library’s repository but it seems it got solved years ago.A side question, what do I need to do to make a
.clusters
file, as that doesn’t seem to get produced by the script either?The text was updated successfully, but these errors were encountered: