-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add region flags for joint exome genome v4.1 #582
Add region flags for joint exome genome v4.1 #582
Conversation
…dinstitute/gnomad_qc into jg/add_region_flags_for_joint_exome_genome_v4.1 # Conflicts: # gnomad_qc/v4/create_release/create_combined_faf_release_ht.py
…to jg/add_region_flags_for_joint_exome_genome_v4.1 # Conflicts: # gnomad_qc/v4/resources/constants.py
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.
One thing on the data_type annotations. Also this is pure preference, but I find code easier to read/follow when all internal private methods are stacked at the top of the methods instead of imbedded in the methods code. If you like it embedded, I think its fine as is, I get its closer to the code that calls it but my brain has a little more difficulty following the flow through main function with it this way. I also recognize we havent established any style/consistency with how we do this so not a major sticking point for me.
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.
No description provided.