Conversation
added 3 commits
February 3, 2026 13:31
…ameters and metrics This commit modifies the disulfide bridge steering example and related classes to incorporate additional input parameters for atom positions and distances. The steering potential now supports both Cα-Cα and Cβ-Cβ distance metrics, improving flexibility in steering configurations. Additionally, the example script is updated to reflect these changes, ensuring accurate distance calculations and visualizations.
- Remove batch_frames_to_atom37 and _batch_adjust_oxygen_pos from convert_chemgraph.py - Simplify log_physicality in steering.py to remove C-N distance calculations - Remove test_batch_frames_to_atom37_correctness_and_performance test - Keep get_atom37_from_frames and _adjust_oxygen_pos for PDB output functionality
SummarySummary
Coveragesrc.bioemu - 88.2%
src.bioemu.colabfold_setup -
src.bioemu.hpacker_setup - 58.8%
src.bioemu.openfold.np - 44%
src.bioemu.openfold.utils - 50.1%
src.bioemu.training - 100%
|
sarahnlewis
approved these changes
Feb 5, 2026
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.
Due to the insufficient power of the current steering algorithm, we should forego the Disulfide potentials which requires more capable steering. This also does not necessitate the reconstruction of the backbone atoms, obviating a series of batched transformations for atom37 reconstructions as steering is done exclusively on the Ca positions.