-
Notifications
You must be signed in to change notification settings - Fork 74
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
Display methods for Variant #2367
Comments
Ah, yes, I think it was a dataclass. This def needs doing. |
I just chatted with @benjeffery about this. Resolving this issue involves adding the methods |
Yes, it would be really nice to add some useful information to these! |
Should it also show all the information about the |
Sure, I don't think that is overkill. |
When we print out a Variant we get
<tskit.genotypes.Variant object at 0x7f58b0483430>
We should add a str and repr_html to fix this.
Did this change in 0.5.0? Was Variant a dataclass before, and therefore inherited display methods?
The text was updated successfully, but these errors were encountered: