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

AssertionError #27

Open
adithigr opened this issue Sep 12, 2024 · 3 comments
Open

AssertionError #27

adithigr opened this issue Sep 12, 2024 · 3 comments

Comments

@adithigr
Copy link

Please guide me with this error. Please!
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/5jqwA/5jqwA.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/5jy1C/5jy1C.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/5k2xA/5k2xA.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/5nulA/5nulA.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/6a3hA/6a3hA.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/6gsyB/6gsyB.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/7aatA/7aatA.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/7acnA/7acnA.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/7stdB/7stdB.npz,corresponding pdb likely could not be parsed
WARNING:root:HTMD featurization file not found: C:UsersAdithiDownloadsbindDeeplyTough-masterDeeplyTough-master/processed/htmd/TOUGH-M1/TOUGH-M1_dataset/9abpA/9abpA.npz,corresponding pdb likely could not be parsed
Traceback (most recent call last):
File "/mnt/c/Users/Adithi/Downloads/bind/DeeplyTough-master/DeeplyTough-master/deeplytough/scripts/train.py", line 311, in
main()
File "/mnt/c/Users/Adithi/Downloads/bind/DeeplyTough-master/DeeplyTough-master/deeplytough/scripts/train.py", line 95, in main
exclude_Vertex_from_train=args.db_exclude_vertex, exclude_Prospeccts_from_train=args.db_exclude_prospeccts
File "/mnt/c/Users/Adithi/Downloads/bind/DeeplyTough-master/DeeplyTough-master/deeplytough/engine/datasets.py", line 319, in create_tough_dataset
augm_decoy_prob=args.augm_decoy_prob, db_pairs_limit=-args.db_size_limit)
File "/mnt/c/Users/Adithi/Downloads/bind/DeeplyTough-master/DeeplyTough-master/deeplytough/engine/datasets.py", line 125, in init
super().init(pdb_list, box_size, augm_rot, augm_mirror_prob)
File "/mnt/c/Users/Adithi/Downloads/bind/DeeplyTough-master/DeeplyTough-master/deeplytough/engine/datasets.py", line 46, in init
assert len(self.pdb_list) > 0, f'No HTMD could be found but {len(pdb_list)}'
AssertionError: No HTMD could be found but 6042PDB files were given, please call preprocess_once() on the dataset

@JoshuaMeyers
Copy link
Collaborator

It appears you haven't installed HTMD correctly, this dependency is highly out of date.

If you would truly like to use deeplytough, I would suggest starting from our image on Dockerhub, or building the docker image yourself since this repo has a few stale dependencies now which can be a bit fiddly to install (docker pull joshuameyers/deeplytough)

@adithigr
Copy link
Author

Thank you for your input. Do you think there are any other tools like DeeplyTough currently? We are trying to figure it out, but all the tools seemed to be outdated.

@JoshuaMeyers
Copy link
Collaborator

Yep good point, I'm not working in this realm at the moment but I'd say the masif suite would be a step in the right direction 👍

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

2 participants