Use agg.linreg for GWAS

Hi there,

I was trying to run a GWAS using the agg.linreg function. In order to test the code, I modified your GWAS tutorial by changing the hl.linear_regression_rows() to hl.agg.linreg(). However, I encountered the following exception when I ran the code:


May I ask what’s going on here? I couldn’t spot any issue with my code. Thanks!

Ethan

This is a Hail bug, thanks for the report. Will fix this morning.

Here’s the fix:

Should go in today, and we can release 0.2.48 in the next day or so.

1 Like