hail-is / hail

Cloud-native genomic dataframes and batch computing
https://hail.is
MIT License
983 stars 246 forks source link

Inbreeding aggregator nTotal and nCalled are the same #2635

Closed tpoterba closed 6 years ago

tpoterba commented 6 years ago

For sample.vcf, these two metrics are identical. Seems like there's a problem somewhere.

jigold commented 6 years ago

Fixed by #2791 and #2808. nTotal is removed from the output since this can be computed by ds.count_cols().