-
Notifications
You must be signed in to change notification settings - Fork 2
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 more duplicate meta domain annotation #25
Conversation
…ate_meta_domain_annotation
…ndancy. Added initialization via variant; revised some error texts
…bs for the new static methods
…air_representation
…t_aa and added uniquestrrep
…ild it. Added method stub for retrieving sngle positions
…evariant; simplefied the task for prebuilding
…ed get genomic position of change
…ted the toGnommADJson with proper fields
The positions that are not aligned to a meta-domain, but are in a domain cause crashes... needs be fixed first. Also we need a loading screen for the larger meta-domains |
@cbaakman kun je globaal over de code kijken hier en zo nodig comments geven? |
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.
In https://github.com/cmbi/metadome/pull/25/files#diff-e0ea0ff2bfa2da617e771484cba76472R247, there's a method called "toCodonJson". However, it actually creates a dictionary. (not a json string)
So why not name it 'as_dict' or something like that?
Also, what about the method "toDict" in the same class. Can't you use that method instead?
Proposed fix for #12 and #11