3dem / model-angelo

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

Is there a mismatch in the names when downloading models? #13

Closed pconesa closed 1 year ago

pconesa commented 1 year ago

I'm trying to integrate model angelo in Scipion.

Here are some comments:

1.- From a python program is almost impossible to use "source". source is a builtin shell command not initialized in out context. There is this more compatible command . (dot operator) but it does not support [[ ]] .

2.- So I moved to a step by step installation, more suitable for us running all commands inside install_script.sh

I'm currently trapped at

python model_angelo/utils/setup_weights.py --bundle-name original_no_seq ....

Ok, I see there is a commit 2 hours ago fixing it!!