[query] Liftover NoSuchElementException
See original GitHub issueTopics: 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:
- Created 2 years ago
- Comments:5
Top 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 >
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 Free
Top 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
I’m intending to debug/fix this today. I’ll update this evening about progress.
Oh sorry @tpoterba , this issue got completely slipped off my radar.