-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with refine module #49
Comments
Hi, I think this might be a bug! Thanks for bringing it to my attention, I will investigate. Best, |
I ran into the same bug today (also with |
Just to follow up, I'm expeiencing the same error here, the config.json contains "target_voxel_size", I manually added "voxel_size", but it does not help |
Hi @hgxy15, Could you please send the config.json that is on your system here? Before you changed it. Best, |
Hi @jamaliki , thanks for the swift reply! Here's the config file, I'm not sure if this is the correct file to look at (hub/checkpoints/model_angelo_v1.0/original/config.json): |
@hgxy15 are you able to check if the new branch
|
@jamaliki We just tested the refine-mode branch and are still getting the same error : File "/Share/app/Miniconda3/envs/model_angelo/lib/python3.10/site-packages/model_angelo-1.0.1-py3.10.egg/model_angelo/gnn/inference.py", line 60, in infer AttributeError: 'Args' object has no attribute 'voxel_size' |
@jamaliki Is there a way to check whether we are actually using the latest refine-mode branch ? |
It doesn't seem like you are running the new branch since the version says it is using ModelAngelo 1.0.1. It should say 1.0.2. Did you make sure to reinstall by running everything in the correct conda environment ? |
Hey there, I was wondering if this issue is fixed (or has come back somehow), as I'm running 1.0.9 and it seems that it is still there. |
This issue still exists for me in 1.0.12 |
Hi @stav-ros and @ccgauvin94 , Thank you for reminding me of this, I am having a look. Best, |
Hey, I just tried to use modelangelo with relion5.0 and I received the same error message for the refine task:
AttributeError: 'Args' object has no attribute 'voxel_size' is there an update on how to fix this? Thank you and sorry if I missed something!! |
Hello there!
I was trying Model Angelo's refine module with my .mrc and pdb file. I am getting error:
File "/home/******/.conda/envs/model_angelo/lib/python3.10/site-packages/model_angelo-1.0.1-py3.10.egg/model_angelo/gnn/inference.py", line 60, in infer
voxel_size = args.voxel_size
└ {'num_rounds': 3, 'crop_length': 200, 'repeat_per_residue': 3, 'esm_model': 'esm1b_t33_650M_UR50S', 'aggressive_pruning': Tru...
AttributeError: 'Args' object has no attribute 'voxel_size'
I have tried with different map and model files and still facing same error.
Please suggest something for this error.
The text was updated successfully, but these errors were encountered: