NoCall with missing PL value
See original GitHub issueHi,
I am using Pepper-MARGIN-DeepVariant r0.7 with custom made models for Pepper-SNP, Pepper-HP and DeepVariant. As far as I know, this release uses DeepVariant 1.2.
I have run this pipeline successfully for a small cohort of about 100 genomes but when merging the GVCF files, GLnexus 1.4.1 (with config DeepVariant
) complains that at least one variant is missing PL values. I tracked down the issue to one GVCF were the record is:
CHR POS . A G,<*> 9.9 NoCall . GT:GQ:DP:AD:VAF:PL ./.:0:5:0,0,0:0,0:0,0,990,990,990
We can see that this GVCF record has 5 PL values where there should be 6. The corresponding record in the VCF file is:
CHR POS . A G 9.9 refCall . GT:GQ:DP:AD:VAF:C ./.:0:5:0:0:DV
The VCF record indicates that the variant call was issued by DeepVariant.
Any ideas what could be the issue here?
Thank you for your help, Guillaume
Issue Analytics
- State:
- Created 2 years ago
- Comments:15
Top Results From Across the Web
(How to) Filter on genotype using VariantFiltration - GATK
First, the genotype is annotated with a filter expression using VariantFiltration. Then, the filtered genotypes are made into no-call ( ./. ) ...
Read more >National Do Not Call Registry
Register your phone number to report stop or block unwanted, annoying,telemarketing, spam calls, robocalls to the FTC.
Read more >The History of Do Not Call and How Telemarketing Has Evolved
For the first violation of the Telephone Privacy Law, a telemarketer may face a penalty of up to $10,000, and the penalty rises...
Read more >Wisconsin do-not-call list offers permanent registration - Home
Consumers who are already registered on the national do-not-call list — which is permanent — are automatically added to Wisconsin's new list.
Read more >problem with date formats - Ask TOM
When ever Iam passing dates in the format dd-mon-yy , I am having no problems. ... I get an error 6502 PL/SQL: numeric...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @GuillaumeHolley , yes! Please email me at pichuan@google.com
Hi @kishwarshafin,
Thanks for the feedback, I actually forgot to get back to you about this but I have indeed filtered out the
NoCall
for the small cohort I have after your early feedback and it indeed solved this issue.Good luck with solving this!
Guillaume