New commands enable agentic setup of simulation#30
Open
arohou wants to merge 6 commits into
Open
Conversation
added 5 commits
March 30, 2026 10:23
This commit introduces new validation commands to check the completeness of hydrogens and the parameterization of residues in ISOLDE models. The `isolde_validate_hydrogens` function assesses hydrogen presence and ratios, while `isolde_validate_parameters` checks for unparameterised residues without starting a simulation. These enhancements are meant to make it easier for agents to use ISOLDE.
tristanic
reviewed
May 11, 2026
Owner
tristanic
left a comment
There was a problem hiding this comment.
These make sense... but (and yes, I know I do this already in the GUI) I'm a little jumpy about conflating the two different definitions of "validate" (the MD-specific "is the model ready for simulation?" and the more classic "does this model make sense in terms of geometry and fit to data?"). To avoid future confusion, how about putting these under something like "isolde preflight" instead?
Author
|
Completely agree - latest commit makes this change. Note that I elected to keep these new "isolde preflight" commands still in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds four new commands:
This has allowed me to get my agent to setup an isolde simulation from scratch via the ChimeraX MCP bridge.