Skip to content

Commit 697a559

Browse files
committed
try disabling use new shuffle
1 parent 96dce61 commit 697a559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/lib/reference_datasets/dbnsfp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def get_ht(path: str, reference_genome: ReferenceGenome) -> hl.Table:
7070
# NB: We ran into weird issues...running out
7171
# of file descriptors on dataproc :/
7272
ht, _ = checkpoint(ht)
73+
hl._set_flags(use_new_shuffle=None, no_whole_stage_codegen='1')
7374
select_fields = {'ref', 'alt', *types.keys(), *rename.keys()}
7475
ht = ht.select(
7576
*select_fields,

0 commit comments

Comments
 (0)