Segmentation fault 11 error
I am following your tutorial, but with own molecules (a kinase and a 6 AA peptide) and it always returns "Segmentation fault 11". during the "agfr" command.
Hi Habacef. Generally, Segmentation Fault errors are caused by memory allocation issues I think. I was having a similar issue until I noticed my drive was almost full. Maybe that's what's happening here? Hope this helps
I encounter the same error but my drive has plenty of space. If I run the same command on another computer it works fine. Anyone has some ideas on the reason this happens?
I think there are some cross-platform issues during installation arising from different compilers.
I actually recently made a Docker container which contains a fully working installation of ADFR (including ADCP), which works across Windows, Mac and Linux. You can pull it from here: https://hub.docker.com/r/simonbushell/adfr_docker
I hasten to add that it is "unofficial" and not supported by the ADFR authors
You can see the original Dockerfile and build instructions here if you wish to modify: https://github.com/simonbushell/adfr_docker