-
Notifications
You must be signed in to change notification settings - Fork 88
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
Adding GorGor species and demography #1517
base: main
Are you sure you want to change the base?
Conversation
This looks great, @ChristianHuber - but we're hitting a bigger issue we need to resolve - feel free to weigh in over at #1521. |
|
||
# The effective population size of the extinct ghost population is | ||
# difficult to estmiate due to the low admixture proportion into Eastern | ||
# Gorillas. Here, it is somewhat arbitrarly set to 25,000 individuals. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll want to make this clear in the QC issue, so whoever QCs it can follow along.
I see no other issues with this PR - hoepfully we can get that sorted soon so we can merge this! |
Hm, actually I missed a legit non-Ensembl-related error: it doesn't like
So we need to either (a) change the species name to |
Changing the species name to Gorilla gorilla is fine!
Christian
…On Tue, Oct 10, 2023 at 9:42 PM Peter Ralph ***@***.***> wrote:
Hm, actually I missed a legit non-Ensembl-related error: it doesn't like Gorilla
gorilla gorilla as a species name:
> FAILED tests/test_GorGor.py::TestSpeciesData::test_name_basics - AssertionError: assert False
> assert utils.is_valid_species_name(self.species.name)
So we need to either (a) change the species name to Gorilla gorilla or
(b) change the validation code
<https://github.com/popsim-consortium/stdpopsim/blob/main/stdpopsim/utils.py#L59>
to accept subspecies. What do you think, @ChristianHuber
<https://github.com/ChristianHuber> ?
—
Reply to this email directly, view it on GitHub
<#1517 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARB267XKIJE3FSSOA7C4UTX6X2R3AVCNFSM6AAAAAA45FYUKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJWGYYDIMRQGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
42a941f
to
6754bc1
Compare
Thanks! I've rebased this to make the tests run correctly. Edit: hm, they didn't, actually. But we've got to figure out the Ensembl thing anyhow. Edit: NOW they work. |
Update species name
6754bc1
to
6ab0ef0
Compare
No description provided.