-
Notifications
You must be signed in to change notification settings - Fork 51
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: Maximum Recursion Depth Exceeded in mk_prepare_ligand.py #269
Comments
Hi @hezhizhang-269
|
Thank you so much for your help! This line of code solves the recursion error. |
@rwxayheee we might be able to remove those lines of code. They compute a graph that is stored in instances of |
Sounds great! I will take a look |
Hello,
When I was running mk_prepare_ligand.py to process a large .sdf file, the script encounters a RecursionError, indicating that the maximum recursion depth has been exceeded. This error appears to occur during the molecule's ring perception process, preventing successful preparation of the ligand.
The input .sdf file is attached here 3v7e_model1_aptamer_Model_1_with_heterogeneous_atoms_removedH_no_valence_issue_3.sdf.txt.
The command I used to run the script and the outputs were as follows:
Appreciate in advance for any guidance or recommendations you could provide.
The text was updated successfully, but these errors were encountered: