-
Notifications
You must be signed in to change notification settings - Fork 1
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
Problems in the run with DockQ #1
Comments
Hi Camila, I received your message from Dr. Zhang and let's solve it here. Step (1) replace the whole
Step (2): change Step (3): Step (4): Step (5): re-run If it works, I will push an update. |
I'm encountering two main errors while using DockQ ...
python NbX_feature_prep.py --antigen_chain A --antibody_chain H --native 6oq8_complex.pdb
error:
File "/projects/csb/CC/conda/envs/nbx/lib/python3.8/site-packages/DockQ/DockQ.py", line 121, in get_aligned_residues
rB = next(resB)
StopIteration
File "NbX_feature_prep.py", line 146, in
dockq_df = dockq_df.set_index(dockq_df.columns[0])
File "/projects/csb/CC/conda/envs/nbx/lib/python3.8/site-packages/pandas/core/indexes/base.py", line 5039, in getitem
return getitem(key)
IndexError: index 0 is out of bounds for axis 0 with size 0
This occurs when trying to set an index on an empty DataFrame, suggesting that the .DockQ file might be empty or malformed.
Additional Note:
When running the script without using DockQ, the models are generated correctly and without errors. How can I solve it? Thanks
The text was updated successfully, but these errors were encountered: