Skip to content

Commit

Permalink
Fix dtype in RNATables QC for column mean_three_prime_bias
Browse files Browse the repository at this point in the history
  • Loading branch information
JureZmrzlikar committed Dec 1, 2023
1 parent 5871a42 commit c2f0da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resdk/tables/rna.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
{
"name": "Mean 3' bias",
"slug": "mean_three_prime_bias",
"type": "Float64",
"type": "float64",
"agg_func": "mean",
},
]
Expand Down

0 comments on commit c2f0da0

Please sign in to comment.