I am trying to run ibd on my MatrixTable with ibd = hl.identity_by_descent(mt), followed by ibd.export("ibd.tsv") to export it. However, I ran into this error
Hail version: 0.2.97-937922d7f46c
Error summary: NoClassDefFoundError: Could not initialize class is.hail.methods.IBSFFI$
Can I get some advice on how to resolve this please? Thank you!
This is an error coming from our precompiled native library for a fast implementation of IBD genotype comparisons. There’s a mismatch between the architecture our library is compiled for, and your system architecture. You can fix this by recompiling Hail yourself, as here: