Skip to content
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

added support for loading QUALapprox into VET #7101

Merged
merged 1 commit into from
Feb 25, 2021
Merged

Conversation

kcibul
Copy link
Contributor

@kcibul kcibul commented Feb 24, 2021

Part of resolving https://github.com/broadinstitute/dsp-spec-ops/issues/244

Loading site-level QualApprox into VET... usage will be in a different PR

public String getColumnValue(final VariantContext variant) {
String out = getAttribute(variant, "QUALapprox", null);
if (out == null) {
throw new UserException("Cannot be missing required value for QUALapprox at site: " + variant.toString());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neat. out of curiosity - is there documentation somewhere of the input requirements? is QUALapprox always present in gvcfs? also thinking more broadly about the method of reblocking required, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's more that we know the downstream tools require this annotation, but it's produced by GATK Reblocking (which is the real prerequisite).

Copy link
Member

@mmorgantaylor mmorgantaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me! general question about documentation but unless there's existing documentation to update, no changes needed from me

Copy link
Contributor

@ahaessly ahaessly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kcibul kcibul merged commit 765e312 into ah_var_store Feb 25, 2021
@kcibul kcibul deleted the kc_add_qualapprox branch February 25, 2021 14:15
This was referenced Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants