Urinx / alphafold_pytorch

An implementation of the DeepMind's AlphaFold based on PyTorch for research
Apache License 2.0
392 stars 92 forks source link

BUG in alphafold.py #5

Closed yuanenming closed 4 years ago

yuanenming commented 4 years ago

In the 197th line of alphafold.py, the variable TARGET should be TARGET_PATH

KotaroTsuboyama commented 4 years ago

That's very helpful, after fixing that it works properly. Thank you very much!