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.

[query] Liftover NoSuchElementException

See original GitHub issue

Topics: https://hail.zulipchat.com/#narrow/stream/123010-Hail-0.2E2.20support/topic/key.20not.20found.3A.20GRCh38/near/247317975 https://discuss.hail.is/t/potential-liftover-issue-error-summary-nosuchelementexception-key-not-found-grch37/2154

Stack trace:

java.util.NoSuchElementException: key not found: GRCh37
	at scala.collection.MapLike.default(MapLike.scala:235)
	at scala.collection.MapLike.default$(MapLike.scala:234)
	at scala.collection.AbstractMap.default(Map.scala:65)
	at scala.collection.mutable.HashMap.apply(HashMap.scala:69)
	at is.hail.variant.ReferenceGenome.getLiftover(ReferenceGenome.scala:412)
	at is.hail.variant.ReferenceGenome.liftoverLocus(ReferenceGenome.scala:423)
	at __C700Compiled.applyregion0_8(Emit.scala)
	at __C700Compiled.apply(Emit.scala)
	at is.hail.expr.ir.TableMapRows.$anonfun$execute$43(TableIR.scala:1936)

See Lindo’s comment in the Zulip thread to replicate (hopefully)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
tpoterbacommented, Aug 23, 2021

I’m intending to debug/fix this today. I’ll update this evening about progress.

0reactions
DSuvegescommented, Dec 6, 2021

Oh sorry @tpoterba , this issue got completely slipped off my radar.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error summary: NoSuchElementException: key not found ...
When the liftover step is removed, the script doesn't fail. This suggests there might be some problem with some liftover, maybe related to...
Read more >
NoSuchElementException when querying multiple ES indexes
I have daily indexes that I try to query on using a wildcard but get “NoSuchElementException”. The indexes looks like this: ES.
Read more >
java.util.NoSuchElementException - sql - Stack Overflow
Cause: java.util.NoSuchElementException. (but the method does exist and the query runs correctly in SQL Developer), redeploy the tomcat did ...
Read more >
htsjdk.variant.vcf.VCFFileReader Java Examples
getSequenceDictionary(); } // Test that we can execute a query using any hg38 contig name against a VCF with an hg38 sequence dictionary....
Read more >
Index (PICARD JDK API Documentation)
Queries a HaplotypeBlock by Snp chromosome and position. ... Create a string that will be included in any NoSuchElementException thrown by the next()...
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