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

ADCP error. The at is "NoneType" in clusterADCP.py line 182 #6

Open
snowline opened this issue Jan 7, 2023 · 4 comments
Open

ADCP error. The at is "NoneType" in clusterADCP.py line 182 #6

snowline opened this issue Jan 7, 2023 · 4 comments

Comments

@snowline
Copy link

snowline commented Jan 7, 2023

[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!!!!

@qoraj
Copy link

qoraj commented Mar 31, 2023

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
Detected 8 cores, using 8 cores
copying the ramaprob.data file from /home/denis/ADFR10/CCSBpckgs/ADCP/ramaprob.data to /mnt/c/Users/denis/Documents/PhD/mthk/bioinformatics/ADCP_docking
Performing search (20 ADCP runs with 1000000 steps each) ...
0% 10 20 30 40 50 60 70 80 90 100%
|----|----|----|----|----|----|----|----|----|----|
Docking performed in 165.40 seconds, i.e. 0 hours 02 minutes 45.404079 seconds
Traceback (most recent call last):
File "/home/denis/ADFR10/CCSBpckgs/ADCP/runADCP.py", line 464, in
runner(**kw)
File "/home/denis/ADFR10/CCSBpckgs/ADCP/runADCP.py", line 406, in call
runner(**kw)
File "/home/denis/ADFR10/CCSBpckgs/ADCP/clusterADCP.py", line 182, in call
modelAtomIndices.append(at.getIndices()[0])
AttributeError: 'NoneType' object has no attribute 'getIndices'

Did you solve the problem already?

@kaplajon
Copy link

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.

@liszt-c
Copy link

liszt-c commented Apr 20, 2023

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.

@humblebeebio
Copy link

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.

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

5 participants