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

VariantWalker / VariantContext doesn't validate variants at parse-time #5867

Open
jonn-smith opened this issue Apr 8, 2019 · 0 comments
Open

Comments

@jonn-smith
Copy link
Collaborator

VariantWalker and VariantContext do not do variant validation at parse-time.

This causes awkward errors on invalid files like the one found here:
https://gatkforums.broadinstitute.org/gatk/discussion/23809/oncotator-for-build-hg38

It would be best if there was a way to properly validate the variants before parsing them. ValidateVariants currently doesn't properly work when given default options (#5862).

When #5862 is fixed, this may be ignored - I think validating at run-time when iterating over variants may add too much overhead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant