3dem / model-angelo

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

Did not download weights because the flag -w or --download-weights was not specified #19

Closed Henry-946 closed 1 year ago

Henry-946 commented 1 year ago

Dear Developer,

I followed your instruction to install the "model_angelo" for my "personal use", I noticed at the final step of my installation, it said that: Finished processing dependencies for model-angelo==0.0.1 Did not download weights because the flag -w or --download-weights was not specified

I checked with the command "model_angelo build -h", and it produced some feedback, seems intalled successfully~ just want to double check to make sure that I do not miss the "weights" file~

I also noticed that the installation command for personal use is: source install_script.sh While the Installing for a shared computational environment is: source install_script.sh --download-weights

Best, Henry

jamaliki commented 1 year ago

Hi Henry,

This is correct. Basically because of some technicalities, if you are installing on a cluster, you need to pre-download the weights. However, for users such as yourself, it will download the weights during the first time you try to use it.

Hope that makes sense.

Best, Kiarash.

Henry-946 commented 1 year ago

Thank you so much for your explanation! That totally make sense, Have a good one!

Best, Henry