We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4891a commit 5ebe436Copy full SHA for 5ebe436
v03_pipeline/lib/reference_datasets/splice_ai.py
@@ -48,4 +48,6 @@ def get_ht(
48
num_delta_scores,
49
),
50
).drop('delta_scores')
51
- return ht.group_by(*ht.key).aggregate(splice_consequence_id=hl.agg.min(ht.splice_consequence_id))
+ return ht.group_by(*ht.key).aggregate(
52
+ splice_consequence_id=hl.agg.min(ht.splice_consequence_id)
53
+ )
0 commit comments