Skip to content

Commit

Permalink
Need consensus too
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaliki committed Oct 11, 2023
1 parent 24e0040 commit faa7207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model_angelo/utils/aa_probs_to_hmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def aa_logits_to_hmm(
hmm.transition_probabilities[res_index+1, Transitions.MI] = 1.0 - mm
hmm.transition_probabilities[res_index+1, Transitions.IM] = 1.0 - delta
hmm.transition_probabilities[res_index+1, Transitions.II] = delta
hmm.set_consensus()
hmm.set_composition()
hmm.validate()
return hmm
Expand Down

0 comments on commit faa7207

Please sign in to comment.