Skip to content
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

rfe protocol: Adds bfactor labels to output topology #499

Merged
merged 4 commits into from
Aug 10, 2023
Merged

Conversation

richardjgowers
Copy link
Contributor

Unique A components have bfactor = 0.25
Core components (both A and B) have bfactor = 0.5
Unique B compnents have bfactor = 0.75
All other atoms have bfactor = 0.0

(eventually protein will be labelled = 1.0)

@IAlibay you might need this, feel free to reformat it as you like

Developers certificate of origin

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.13% 🎉

Comparison is base (343eabb) 91.88% compared to head (ff7bb16) 92.01%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #499      +/-   ##
==========================================
+ Coverage   91.88%   92.01%   +0.13%     
==========================================
  Files         111      113       +2     
  Lines        6739     6850     +111     
==========================================
+ Hits         6192     6303     +111     
  Misses        547      547              
Files Changed Coverage Δ
openfe/protocols/openmm_rfe/_rfe_utils/relative.py 82.96% <100.00%> (-0.08%) ⬇️
openfe/protocols/openmm_rfe/equil_rfe_methods.py 94.02% <100.00%> (+0.12%) ⬆️
openfe/tests/utils/test_system_probe.py 100.00% <100.00%> (ø)
openfe/utils/system_probe.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -527,10 +527,19 @@ def run(self, *, dry=False, verbose=True,
)

# b. Write out a PDB containing the subsampled hybrid state
bfactors = np.zeros_like(selection_indices, dtype=float) # solvent
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ultimately I think this might a bit of cleaning / expansion, but let's just go with it for now whilst we workshop exactly what we need out of all of this.

@IAlibay IAlibay enabled auto-merge August 10, 2023 13:52
@IAlibay IAlibay merged commit b357b5b into main Aug 10, 2023
7 checks passed
@IAlibay IAlibay deleted the bfactor_labels branch August 10, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants