-
Notifications
You must be signed in to change notification settings - Fork 29
Datacheck - VariationAncestralAllele #488
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
Datacheck - VariationAncestralAllele #488
Conversation
marcoooo
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.
Can you please update the description to give me more context about this PR?
Check that you tested it on a sample db etc..
Thanks!
|
Hi @marcoooo - I have updated the description and I have asked @dglemos to review on the code on the Variation team side of things. I have tested the code against a few DBs - I can provide a link to the Jira ticket which show what I have tested This is my first contribution to the Datachecks so I am still learning. Please let me know if I have missed anything else out? |
Thanks! Quick question, is it expected to be run for current release 108? If so, the PR should be opened against |
Pull Request Test Coverage Report for Build 2199
💛 - Coveralls |
|
Yes, we do want to run it on 108. I'll edit the pull request to point towards 108 instead. |
I am afraid your PR now include unwanted/untested commit. You might have to redo the updates from a fresh branch issued from current |
Yes sorry, I had originally creted my branch from main - I'll try again but using release/108. |
marcoooo
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.
one general remarks, if possible, it's best to avoid direct SQL in DC, best to use the related API, because the day the schema changes... we can forget to update related DC.
Can I clarify please? By "direct SQL" does that mean my example line of code |
That means to use the Variation Perl API where possible. |
This datacheck is intented to make sure that, for human DBs, that the ancestral allele pipeline has ran - the pipeline populates the ancestral allele information for COSMIC and ClinVar variant sources. So the check makes sure these columns have data.