3dem / model-angelo

Automatic atomic model building program for cryo-EM maps
MIT License
110 stars 18 forks source link

how to skip original.zip Downloading #42

Closed wh277 closed 1 year ago

wh277 commented 1 year ago

Hello, I have downloaded the original.zip on my Windows system. Can I skip the download step when running it for the first time? Downloading on Ubuntu is too slow. I have tried some attempts, but I still cannot skip the download step.

Thanks.

jamaliki commented 1 year ago

Hi,

Were you able to solve this? You just need to comment the lines in the install_script.sh that download the weights. You need to make sure that the weights are properly unzipped where model_angelo expects them, that is ${TORCH_HUB}/checkpoints/model_angelo and then the bundle name.

wh277 commented 1 year ago

Thanks,it had been solved.