-
Notifications
You must be signed in to change notification settings - Fork 19
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
V1.0 stops after first refinement iteration #44
Comments
Dear ModelAngelo developers, first, many thanks for the amazing work you are doing ! We have a bug with the new version of ModelAngelo (v1.0). The prediction runs OK for the Alpha-C and first refinement round. At the end of the first round, we have an error message and the program stops (see below). Many thanks Rémi2023-05-17 at 14:25:23 | INFO | ModelAngelo with args: {'volume_path': 'map.mrc', 'protein_fasta': 'AdhE-SP.fa', 'rna_fasta': None, 'dna_fasta': None, 'output_dir': 'test2', 'mask_path': None, 'device': None, 'config_path': None, 'model_bundle_name': 'nucleotides', 'model_bundle_path': None, 'keep_intermediate_results': False, 'pipeline_control': False, 'func': <function main at 0x7f2c33703d00>} File "/app/anaconda3/envs/model_angelo/bin/model_angelo", line 33, in
NameError: name 'pruned_chains' is not defined |
Hi, This is strange, I made a change. Could you update your installation and please try again? Best, |
Hi Unfortunately, it crashes at the same point. Many thanks Rémi 2023-05-17 at 16:11:49 | INFO | ModelAngelo with args: {'volume_path': 'map.mrc', 'protein_fasta': 'AdhE-SP.fa', 'rna_fasta': None, 'dna_fasta': None, 'output_dir': 'test-commit', 'mask_path': None, 'device': None, 'config_path': None, 'model_bundle_name': 'nucleotides', 'model_bundle_path': None, 'keep_intermediate_results': False, 'pipeline_control': False, 'func': <function main at 0x7f30b7b0bc70>} File "/app/anaconda3/envs/model_angelo/bin/model_angelo", line 33, in
ValueError: Invalid HMM: TMD should be 0 for last node |
I have not seen this before. Could you send me the fasta file you used? |
it crashes at the same point even without Fasta file. Could it come from the map ? |
It crashes without the Fasta file as well? Could you please provide the log file for that run as well? Are you willing to share the map with me? I need the map and fasta to be able to see what the issue is. |
Can I send you the map and fasta by Email ? I tested the build_no_seq again. Now it is working !! Still not working with the fasta . |
I am also getting an error when trying to build with RNA and DNA nucleotides. Previous version of modelangelo ran fine on the same map with just protein: ``2023-05-17 at 18:06:00 | INFO | ModelAngelo with args: {'volume_path': '/local/Maps/cryosparc_P2_J341_003_volume_map.mrc', 'protein_fasta': '/local/seq/test.fasta', 'rna_fasta': '/local/seq/test_RNA.fasta', 'dna_fasta': '/local/seq/test_DNA.fasta', 'output_dir': '.', 'mask_path': None, 'device': None, 'config_path': None, 'model_bundle_name': 'nucleotides', 'model_bundle_path': None, 'keep_intermediate_results': False, 'pipeline_control': False, 'func': <function main at 0x2b48b9c3aaf0>} File "/home/pacesa/miniconda3/envs/model_angelo/bin/model_angelo", line 33, in
NameError: name 'pruned_chains' is not defined |
Yes please, email is [email protected] |
Hi @martinpacesa , Sorry, this is a bug. It's been fixed, could you pull the repo again, update the installation, and try again please? |
I got a similar error after first refinement iteration as follows, could you help to figure out the problem? 2023-05-18 at 09:56:47 | INFO | Finished inference! File "/home/hxn/anaconda3/envs/model_angelo/bin/model_angelo", line 33, in
ValueError: Invalid HMM: TMD should be 0 for last node |
This is now resolved for me, thank yoU! |
Hi @IMhallelujahxn , I am not sure what the problem is. It could be either
To find out the problem, could you please:
|
Hi @jamaliki, |
@IMhallelujahxn could you please upload the FASTA anyway? The PDB has a myriad of different conventions. For example, if the FASTA file contains "X" amino-acids, it won't work. If it is too much trouble to upload the FASTA file, then please send me the link you used to download it. I need to be able to reproduce your problem so that I can help :) |
@jamaliki |
Thank you @IMhallelujahxn ! The issue with the error @rfronzes and @IMhallelujahxn to fix this problem, please revert to
|
This is fixed now as of |
No description provided.
The text was updated successfully, but these errors were encountered: