18.08.2021 · Non Docker Alphafold. This is the modified version of Alphafold 2 that does not require docker. In this pipeline, the program accepts an alignment file in a3m format. (Note: This program does not generate MSA files). It helps to evaluate the given MSA file using alphafold prediction results.
alphafold_non_docker / run_alphafold.sh Go to file Go to file T; Go to line L; Copy path Copy permalink . Cannot retrieve contributors at this time. executable file 179 lines (152 sloc) 6.91 KB Raw Blame Open with Desktop View raw View blame This file ...
21.11.2021 · A hack to use already calculated MSA. This allows you to skip slow, non-GPU accelerated MSA calculation when the GPU part failed. You can also use this to run MSA on a CPU-only node, kill the job (or add exit to the code) and then continue on a GPU node. --- a/run_alphafold.py +++ b/run_alphafold.py @@ -112,15 +112,20 @@ def predict_structure ...