Closed barbarashih closed 3 years ago
Hi @barbarashih
Can you please share the command you used and also the compute resources in the computer you ran AF2?
I used
bash run_alphafold.sh \
-d /exports/cmvm/eddie/eb/groups/EEID_Mareks_IBV/members/roslin_bioinformatics/2021-07-23-_9707_EEID_AlphaFold_setup/databases \
-o /exports/cmvm/eddie/eb/groups/EEID_Mareks_IBV/members/roslin_bioinformatics/2021-07-23-_9707_EEID_AlphaFold_setup/analysis/alphafold \
-m model_1 \
-f /exports/cmvm/eddie/eb/groups/EEID_Mareks_IBV/members/roslin_bioinformatics/2021-07-23-_9707_EEID_AlphaFold_setup/data/example_PB1F2/AFH41240.1.fasta \
-p full_dbs \
-g false \
-t "2021-08-11"
The amino acid is 91 in length. I used 16 threads for CPU, 32G per thread.
Hi @barbarashih
Please check the solution in #14
Hi @sanjaysrikakulam Thank you for your response. I tried the solutions on the thread and unfortunately it didn't work. However, I eventually worked out that it seems hhblits requires a large amount of virtual memory (around 2 TB), even though it needs a lot less physical memory. The way our high performance computing was set up means it normally requires the physical memory to match the requested virtual memory. Our IT support resolved this by making a new node that accepts high amount of virtual memory while having low physical memory (I believe it can run with 256 GB physical memory) and I can now run alphafold 2 to completion. I was experiencing the same error when I used your non-docker version, the docker-converted singularity version, and hhblits ran as a stand-alone command using the bfd full database.
Hope the explanation is clear and might help others with the same problem.
Hi @barbarashih
Great, glad to know! Thank you!
Dear author, I have been getting an error in HHblits and I'm wondering if you might understand what is wrong. I tried to run the script with use_gpu=False (although I couldn't work out how this information has been passed on in the shell script). Here is the log.
Thank you for your help and for making your non-docker alphafold solution!