-
Notifications
You must be signed in to change notification settings - Fork 38
VCF support for RLE and fix to same-as-reference allele normalization to RLE #589
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
…s <= MAX_LITERAL_STATE_LENGTH, defaulted to 15
…n _normalize_allele. More tests
…ases in test_vrs_normalize to include more condition coverage from the spec.
…le/end of repeating regions.
|
Only thing left is addressing this comment |
korikuzma
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.
Submitting review for VCF code now. Going to be looking at the normalize fix next.
korikuzma
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.
Tests LGTM
|
VCF changes after fixing the max seq limit logic, and bumping it up to 50bp to match the vrs-python/src/ga4gh/vrs/normalize.py Line 86 in 9462037
tests/extras/data/test_vcf_expected_altsonly_output.vcf tests/extras/data/test_vcf_expected_output.vcf |
…T specific to RLE that defaults to 50, and excludes sequence vals from INFO if over that
Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
korikuzma
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.
Fantastic work @theferrit32 🚀
Close #577
Close #587