-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No mutation rate for OutOfAfricaArchaicAdmixture_5R19 #117
Comments
Reading more, seems like the lack of mutation rate in this model is intentional, but still problematic for our purposes here. |
I ran into this in #109 . The first paper used
Not super elegant, but it should run. |
hey Silas-- so in the case where a demographic model isn't associated with a mutation rate, we should just use the species default mutation rate. so in this case that would look something like import stdpopsim as std
hs = std.get_species("HomSap")
mut_rate = hs.get_contig("1").mutation_rate # or whatever contig |
Sounds good. Thanks team! |
closed by #114 |
Production pipeline is failing simulations. I think because the demographic model we're currently using doesn't have a mutation rate associated with it. Is this an issue for the catalogue itself? Happy to add an issue there too.
The tiny config uses
OutOfAfrica_3G09
. Perhaps we should just switch to that demography?The text was updated successfully, but these errors were encountered: