-
Notifications
You must be signed in to change notification settings - Fork 38
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
error #287
Comments
I am also experiencing this error. To add more context, these are occurring when attempting to merge gVCFs from DeepVariant PEPPER. These seem to be a different format than normal gVCFs in that they have a variant call for each base position as opposed to some collapsed variants. |
Hi @shinlin77 and @wharvey31 did either of you make progress with this issue? I've encountered the same issue when trying to merge gVCFs from DeepVariant PEPPER. |
@SophieS9 We ended up filtering out this variant out of the input gvcf. It was really only one or two genome-wide. |
I got this error
[912] [2023-03-18 17:00:50.893] [GLnexus] [error] Failed to genotype: Invalid: genotyper: unexpected result when fetching record FORMAT field (W149 <0>:180392281-180392281 PL vector length 5, expected 6)
chr1 180392281 . G A,<*> 0.4 NoCall . GT:GQ:DP:AD:VAF:PL ./.:0:19:0,0,0:0,0:0,0,990,990,990
I can see why it expects 6 values, but all NoCall positions from DeepVariant look this, I believe.
The text was updated successfully, but these errors were encountered: