Zuricho / ParallelFold

Modified version of Alphafold to divide CPU part (MSA and template searching) and GPU part. This can accelerate Alphafold when predicting multiple structures
https://parafold.sjtu.edu.cn
147 stars 45 forks source link

Wrong mgnify db name #49

Open WishIWasBornInTheCreteaceousEra opened 2 months ago

WishIWasBornInTheCreteaceousEra commented 2 months ago

In the run_alphafold.sh file the mgnify database is listed as "mgy_clusters_2018_12" while it should be "mgy_clusters_2022_05" as per the latest database download offered on the deepmind github.

Lili-irtyd commented 2 months ago

just modify the mgy_clusters_2018_12in code into mgy_clusters_2022_05