-
Notifications
You must be signed in to change notification settings - Fork 6
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
read newick format #82
Comments
Thanks @mufernando, that seems very doable! |
Good idea. One downside though is that we start adding dependencies. We're using the newick package in msprime which is pretty lightweight, but it doesn't support extended newick, which would ultimately be needed to do this properly. Still, it seems worth it, and we can mostly just copy the code from msprime I think. |
For any GPL code we want to copy from msprime, we'll have to explicitly contact the original authors to check they're happy to have their code modified and more permissively licensed for inclusion in
|
I'm confident that we can get this approval. |
It would be cool to be able to import a Newick tree (with or without node ages) to form a base
Deme
object that can then be annotated with other details (split times, population sizes, etc).Similar to
msprime
s feature: https://msprime.readthedocs.io/en/latest/tutorial.html#parsing-species-treesI can definitely lend a hand if needed.
great work so far btw!!
The text was updated successfully, but these errors were encountered: