Graylab / IgFold

Fast, accurate antibody structure prediction from deep learning on massive set of natural antibodies
Other
319 stars 60 forks source link

Fail to download Pretrained Weights #32

Closed linuxonly801 closed 1 year ago

linuxonly801 commented 1 year ago

according to the usage:

Note: The first time IgFoldRunner is initialized, it will download the pre-trained weights. This may take a few minutes and will require a network connection.

The first time to run IgFold, it should download the pretrained Weights. But in my machine, it doesn't. So, how to fix this problem? Are there a ftp to download?

jeffreyruffolo commented 1 year ago

Hello, can you let me know what version of IgFold you have installed? The download is no longer required in version 0.3.1 if you want to update.

linuxonly801 commented 1 year ago

when I download the zip file from github, its not working, but with pip install, it works! thanks for the reply.