Skip to content

Commit

Permalink
updated recombination rates
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 8, 2021
1 parent eeee258 commit e21602e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdpopsim/catalog/AedAeg/species.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from . import genome_data

# These are in Table 1 of Juneja et al:
_recombination_rate = {"1": 0.306, "2": 0.249, "3": 0.291, "MT": 0}

_JunejaEtAl = stdpopsim.Citation(
Expand All @@ -11,6 +12,7 @@
reasons={stdpopsim.CiteReason.REC_RATE},
)

# This rate is for Drosophila (same as used in the A. gambiae tutorial).
_overall_rate = 5.49e-9
_mutation_rate = {
"1": _overall_rate,
Expand All @@ -19,7 +21,6 @@
"MT": _overall_rate,
}

# This rate is for Drosophila (same as used in the A. gambiae tutorial).
_Ag1000G = stdpopsim.Citation(
doi="https://doi.org/10.1038/nature24995",
year=2017,
Expand Down

0 comments on commit e21602e

Please sign in to comment.