Skip to content

Commit 93405ad

Browse files
committed
Fix gcnv type
1 parent 3672557 commit 93405ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/model/dataset_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def row_fields(
138138
'lof_genes': hl.tset(hl.tstr),
139139
'num_exon': hl.tint32,
140140
'sc': hl.tint32,
141-
'sf': hl.tfloat64,
141+
'sf': hl.tfloat32,
142142
'start': hl.tint32,
143143
'strvctvre_score': hl.tstr,
144144
'svtype': hl.tstr,

0 commit comments

Comments
 (0)