Closed amin-sagar closed 1 year ago
I think I have found the solution. This seems to be a dftd3 error. Setting ulimit -s unlimited in the script solves the problem.
Hi Amin, Sorry for the late reply. You already found the solution. Thanks for your interest and support. Bests, Omer
Hello deepQM developers. Thanks for this awesome work. I tried to run the tests in PL directory. However, I ran into some errors. The output looks like this.
I looked into deepQM.py and it seems to me that this could be because of the following lines. sp_e would not exist if the first try segment fails.
I changed it to
Now, I get this
This is printed for all the analyzed pdbs. The calculation completes and I get a Summary.dat file
These segmentation faults come from the dftd3 part as removing it from the model list gets rid of them but them I can't run bindEnAniD3.py as the d3 part is missing. Can you please help me with this. Best, Amin