Skip to content
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

fix for "expect subclass obj of 'AncestralGenome' bug" #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ethanbass
Copy link
Contributor

I fixed the ancestral genome bug (#7) by overwriting extant genomes that are ancestral with an ancestral genome. I don't know if this is the optimal solution, but seems to be an improvement, since you can at least run though the analysis without getting a fatal error. I believe I found another bug in def set_MRCA where it appears to go up two levels instead of one to find the most recent common ancestor.

Bug causes fatal error when ancestral genome is also extant genome. Solved by overwriting extant genome with ancestral genome.
…he genome set and then backing up another level?
This reverts commit 9c4c4e1.
@ethanbass ethanbass changed the title Dev fix for "expect subclass obj of 'AncestralGenome' bug" Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant