question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Key UNRESOLVED found in VariantContext field FILTER

See original GitHub issue

Hi,

I have called SVs using Sniffles. I then tried to sort the VCF file using picard SortVcf but I got the following error:

Key UNRESOLVED found in VariantContext field FILTER at I:2146719 but this key isn't defined in the VCFHeader. We require all VCFs to have complete VCF headers by default.

What does ‘UNRESOLVED’ mean? It comes as a FILTER with some insertions. Does it mean Sniffles is not sure about the insertion?

Also, would you be able to update the code and define UNRESOLVED in the VCF header?

Cheers.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
fritzsedlazeckcommented, Jan 28, 2020

Hi Mario, this is expected. When Sniffles can detect that there is an insertion but unclear what the length is it reports it as unresolved. Given the VCF standard, we need to put in some length of the SV and thus I just report the huge number. sorry for the confusion. Fritz

0reactions
MarioWassmercommented, Jan 28, 2020

Hi Fritz. I discovered the same issue today. The VCF contains two insertions with a length of approx. 1033 bp that are represented in the GIAB reference as well. Both contains the string UNRESOLVED in the Filter column and the length is set to 999999999 in the file. The vcf was produced with SNIFFLES 1.0.11 after minimap2 alignment of nanopore reads to human hs37d5.

Mario

Read more comments on GitHub >

github_iconTop Results From Across the Web

Key DP found in VariantContext field FILTER error - Biostars
It's clearly explained: Key DP found in VariantContext field FILTER at chrM:16185 but this key isn't defined in the VCFHeader.
Read more >
CombineGVCFs - KEY END found in VariantContext field ...
I am running CombineGVCFs to integrate two raw_variants.vcf files derived from HaplotypeCaller, it throws an error as below. GATK version...
Read more >
VCF.Filter: interactive prioritization of disease-linked genetic ...
Next generation sequencing is widely used to link genetic variants to diseases, and it has massively accelerated the diagnosis and ...
Read more >
5080. Key AC4 found in VariantContext field INFO at ...
Hi, there. I am sorry i have a problem. ERROR stack trace. java.lang.IllegalStateException: Key AC4 found in VariantContext field INFO at 4: ...
Read more >
java.util.stream.Collectors Java Examples - ProgramCreek.com
addAll(oneItemShrinks.stream().map(this::convert).filter(this::inSizeRange) ... addOutput(outputFile); runCommandLine(argsBuilder); Set<VariantContext> ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found