-
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
Reduce overhead in preperation #275
Comments
Hi @diogomart This is not very urgent. Thanks for your time and kind advice in advance. I went through the conversation in #109. Started in a new PR #276, I removed Current ring finding method in molsetup is Line 1957 in a4e45d7
When typing macrocycles, function FlexMacrocycle.collect_rings evaluates existing rings that were found by perceive_rings .
Current ring breaking method forbids breaking of aromatic rings: Lines 86 to 87 in 07a38f8
Which depends on the is_aromatic attribute of rings.
To further simplify the preparation, I have a few quick questions:
|
Thanks!
|
Got it, thanks! I pushed the commits to remove |
Originally posted by @diogomart in #269 (comment)
Currently looking at molsetup.py to see if we could reduce overhead during molecule preparation, or remove unused functions to make it more light-weighted
The text was updated successfully, but these errors were encountered: