-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bond angles dihedrals #139
base: main
Are you sure you want to change the base?
Conversation
mdagent/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py
Outdated
Show resolved
Hide resolved
mdagent/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py
Outdated
Show resolved
Hide resolved
Hi Brittany, thanks for working on this. Here I found some nice plots that could be done with the information from these angles(yes, Ram plots are here too!): Please try to include one or some of these plots, first. The output of the compute_chiX methods are an array of indices and an array of values per angle.
So I imagine it may be useful to identify/map which residues correspond to the atom indices for the corresponding plots.
|
mdagent/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py
Outdated
Show resolved
Hide resolved
Thank you for your feedback, Jorge. There still need to be more troubleshooting with the ram plot and the output of indices. Something is still missing, but the code is there. Hopefully it just needs a bit of tweaking. |
When you have time, I would really appreciate a second set of eyes to see what I am missing here. The script seems to be all set, minus the ram plot. I am missing something here. @Jgmedina95 |
I need a second set of eyes here. More details in Notion stand up notes about this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see the comments I made on the other PRs, most apply to this one too. additionally, can you combine the Chi tools into 1 tool and have the agent specify the type or some other mapping? rather than chi1, chi2, etc. which will probably be difficult for the agent
will the agent ever have a preference of the types?
Bond angles and dihedrals code and unit test.