-
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
197 move gene prioritisation specific methods in analysispy #198
197 move gene prioritisation specific methods in analysispy #198
Conversation
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.
Much better having split these into more manageable sizes and focused functionalities.
@matentzn did you want to look at this before I merge it in? It's just moving code around into separate files to make it more manageable for the future |
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.
Looks great!
Moved prioritisation type-specific methods/classes into their own files (Disease/Gene/Variant) as well as some other methods/classes into separated files to avoid cyclic imports. None of the actual methods/classes have changed, just moving around code