import hail as hl
mt = hl.balding_nichols_model(n_populations=3,
n_samples=500,
n_variants=500000,
n_partitions=32)
mt.show(10)
2021-06-22 17:45:44 Hail: INFO: balding_nichols_model: generating genotypes for 3 populations, 500 samples, and 500000 variants... 2021-06-22 17:45:45 Hail: INFO: Coerced sorted dataset
showing top 10 rows
showing the first 8 of 500 columns