Open GeoMicroSoares opened 2 years ago
I've figured out my problem and maybe this will help other people - my header was too large and contained a number of symbols that may have interfered with the program. I've trimmed it to the essential and alphafold
is now running.
This is actually still going on - it ran further after this but I'm getting an error similar to #499:
stdout.decode('utf-8'), stderr[:500_000].decode('utf-8')))
From the stderr:
...
I0701 18:53:09.116339 139859049342784 run_docker.py:255] - 15:23:21.164 INFO: 126000 alignments done
I0701 18:53:09.116392 139859049342784 run_docker.py:255]
I0701 18:53:09.116446 139859049342784 run_docker.py:255] - 15:23:36.637 INFO: 128000 alignments done
I0701 18:53:09.116499 139859049342784 run_docker.py:255]
I0701 18:53:09.116553 139859049342784 run_docker.py:255] - 15:23:36.646 INFO: Stop after DB-HHM: 128000 because early stop 0.219067 < filter cutoff 20
I0701 18:53:09.116606 139859049342784 run_docker.py:255]
I0701 18:53:09.116659 139859049342784 run_docker.py:255] - 15:23:36.646 INFO: Alternative alignment: 1
I0701 18:53:09.116713 139859049342784 run_docker.py:255]
I0701 18:53:09.116766 139859049342784 run_docker.py:255] - 15:31:13.965 INFO: 75936 alignments done
I0701 18:53:09.116820 139859049342784 run_docker.py:255]
I0701 18:53:09.116873 139859049342784 run_docker.py:255] - 15:31:14.181 INFO: Alternative alignment: 2
I0701 18:53:09.116926 139859049342784 run_docker.py:255]
I0701 18:53:09.116980 139859049342784 run_docker.py:255] - 15:36:36.646 INFO: 52008 alignments done
I0701 18:53:09.117033 139859049342784 run_docker.py:255]
I0701 18:53:09.117087 139859049342784 run_docker.py:255] - 15:36:36.735 INFO: Alternative alignment: 3
I0701 18:53:09.117140 139859049342784 run_docker.py:255]
I0701 18:53:09.117193 139859049342784 run_docker.py:255] - 15:40:59.329 INFO: 42575 alignments done
I0701 18:53:09.117251 139859049342784 run_docker.py:255]
I0701 18:53:09.117305 139859049342784 run_docker.py:255] - 15:41:02.288 INFO: Realigning 38704 HMM-HMM alignments using Maximum Accuracy algorithm
I0701 18:53:09.117360 139859049342784 run_docker.py:255]
I0701 18:53:09.117412 139859049342784 run_docker.py:255]
I0701 18:53:09.117465 139859049342784 run_docker.py:255]
Details on the input above. I've redownloaded the databases and have 64GB RAM. Any help?
I'm facing this issue even with a 300 aa protein 😅
Seems I figured out this problem (see #499 ) by increasing the PC RAM from 64 GB into 256GB, you may try to increase too and see if you could generate the predictions.
I mentioned my solution in #592. Just remove the ending asterisk from your sequence and give it a try!
Hi there,
Having set up
alphafold
in my machine (NVIDIA GeForce RTX 2080 GPU, ), which I've tested successfully, I'm now coming across the error below running it on a 5586 AA predicted protein (from a metagenome). I'm not sure what might be going wrong here as this seems like an internalHHSearch
error. I've tested this with the full and reducedalphafold
databases on default parameters (just adding the output directory). Thanks in advance for any help.