Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
matsen committed Oct 14, 2024
1 parent dbe45b7 commit 5941b32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions netam/dnsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ def load_branch_lengths(self, in_csv_path):

def update_neutral_probs(self):
"""Update the neutral mutation probabilities for the dataset.
This is a somewhat vague name, but that's because it includes both the
cases of the DNSM (in which case it's neutral probabilities of any
nonsynonymous mutation) and the DASM (in which case it's the neutral
probabilities of mutation to the various amino acids).
This is a somewhat vague name, but that's because it includes both the cases of
the DNSM (in which case it's neutral probabilities of any nonsynonymous
mutation) and the DASM (in which case it's the neutral probabilities of mutation
to the various amino acids).
"""
neutral_aa_mut_prob_l = []

Expand Down

0 comments on commit 5941b32

Please sign in to comment.