-
Notifications
You must be signed in to change notification settings - Fork 8
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
ADCP error. The at is "NoneType" in clusterADCP.py line 182 #6
Comments
Hello! I am having the same problem. The tutorials and everything worked fine, but i am getting the same error as you guys: ~/ADFR10/bin/adcp -t mthk.trg -s npisdvd -N 20 -n 1000000 -o mthk_docking_ctx -ref mthk_poreH.pdb Did you solve the problem already? |
It seems to be some kind of mismatch with the reference. I'm also just a user, but could it be that the reference and target structures are not of equal length? Hydrogens? I haven't used ADCP with a reference myself. |
I think it was a mistake in the docking result. The problem in this step should be the comparison between the docking result and the original structure. I found that the docking result lacked some groups relative to the original peptide structure when this mistake occurred. When using ADCP, only a few peptides were able to docking successfully, and I still don't have a solution. |
I think you may be using your receptor as your reference when it should be your peptide structure. I had the same issue and error code. Using the peptide structure (the peptide pdbqt file) worked for me. |
[bowei@localhost tar1]$ adcp -t 012_48e65_relaxed_rank_1_model_4_h.trg -s npisdvd -N 2 -n 10 -o 012_48e65_relaxed_rank_1_model_4_h_dock -ref 012_48e65_relaxed_rank_1_model_4_h.pdb
Detected 8 cores, using 8 cores
copying the ramaprob.data file from /home/bowei/ADFRsuite-1.0/CCSBpckgs/ADCP/ramaprob.data to /mnt/work/tar/tar1
Performing search (2 ADCP runs with 10 steps each) ...
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
Docking performed in 8.02 seconds, i.e. 0 hours 00 minutes 08.020246 seconds
Traceback (most recent call last):
File "/home/bowei/ADFRsuite-1.0/CCSBpckgs/ADCP/runADCP.py", line 464, in
runner(**kw)
File "/home/bowei/ADFRsuite-1.0/CCSBpckgs/ADCP/runADCP.py", line 406, in call
runner(**kw)
File "/home/bowei/ADFRsuite-1.0/CCSBpckgs/ADCP/clusterADCP.py", line 182, in call
modelAtomIndices.append(at.getIndices()[0])
AttributeError: 'NoneType' object has no attribute 'getIndices'
Is there anyone can help us? thanks!!!!
The text was updated successfully, but these errors were encountered: