Skip to content

Commit cf242f1

Browse files
committed
pushme
1 parent 9067e4d commit cf242f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/reference_datasets/dbnsfp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_ht(path: str, reference_genome: ReferenceGenome) -> hl.Table:
7979
ht = ht.rename(rename)
8080
ht = key_by_locus_alleles(ht, reference_genome)
8181
return ht.group_by(*ht.key).aggregate(
82-
**{f: hl.agg.max(ht[f]) for f in ht.row_key},
82+
**{f: hl.agg.max(ht[f]) for f in ht.row_value},
8383
)
8484

8585

0 commit comments

Comments
 (0)