From 2561da60a410f0ddf699f63dd8974b54b768c2cf Mon Sep 17 00:00:00 2001 From: Clara Rehmann <66445895+clararehmann@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:38:40 -0800 Subject: [PATCH] Update MusMus.py --- stdpopsim/qc/MusMus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdpopsim/qc/MusMus.py b/stdpopsim/qc/MusMus.py index 3ae42e1db..2519c8dd8 100644 --- a/stdpopsim/qc/MusMus.py +++ b/stdpopsim/qc/MusMus.py @@ -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)