Skip to content

Commit

Permalink
Update MusMus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clararehmann authored Jan 23, 2025
1 parent 662be43 commit 2561da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdpopsim/qc/MusMus.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def QC_GammaB21():
distribution_type="g",
# PolyDFE gives two times the selection coefficient on a homozygote,
# so divide mean by two
distribution_args=[gamma_mean/2, gamma_shape],
distribution_args=[gamma_mean / 2, gamma_shape],
)
tstv = 3.3833
prop_nonsynonymous = 1 / (1 + tstv)
Expand Down

0 comments on commit 2561da6

Please sign in to comment.