-
Notifications
You must be signed in to change notification settings - Fork 91
feat: affected status migration #5091
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
Conversation
…ute/seqr into benb/affected_status_migration
hanars
left a comment
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.
I think you meant to PR this againts dev, not your merged branch
| .values_list("project_guid", flat=True) | ||
| .distinct() | ||
| ) | ||
| | set( |
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.
this works fine, but project guids are distinct and only associated with a single genome build so you could also just do list(ProjectGtStatsGRCh37SnvIndel...) + list(ProjectGtStatsSnvIndel...)
…ed_status_migration
No description provided.