You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
VariantWalker
andVariantContext
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.
The text was updated successfully, but these errors were encountered: