-
Notifications
You must be signed in to change notification settings - Fork 156
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
Capture uploaded allele correctly for VCF input #1744
base: postreleasefix/114
Are you sure you want to change the base?
Capture uploaded allele correctly for VCF input #1744
Conversation
7dbea87
to
df56c61
Compare
# Updating a flag to minimise multi-allelic variants in split_variants/rejoin_variants | ||
$vf->{minimised} = 1; |
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.
Multi-allelic is not getting minimised for default format. For example - 1 961320 961324 GCAGG/GCA/GCAG +
But in the output still getting MINIMISED=1
, (without the PR they are also not minimised but there is no MINIMISED=1
).
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.
Hi @nakib103 , can you please test this example with the latest commit. The allele is expected to be similar to when running --minimal
The |
When the input is in VCF format, example: In the vep default output, the |
Ticket: ENSVAR-5858