Skip to content

Commit 5ebe436

Browse files
committed
ruff
1 parent 4b4891a commit 5ebe436

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v03_pipeline/lib/reference_datasets/splice_ai.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ def get_ht(
4848
num_delta_scores,
4949
),
5050
).drop('delta_scores')
51-
return ht.group_by(*ht.key).aggregate(splice_consequence_id=hl.agg.min(ht.splice_consequence_id))
51+
return ht.group_by(*ht.key).aggregate(
52+
splice_consequence_id=hl.agg.min(ht.splice_consequence_id)
53+
)

0 commit comments

Comments
 (0)