Skip to content

Commit c276af4

Browse files
committed
Found a float64 :/
1 parent bb0c43e commit c276af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v03_pipeline/lib/reference_datasets/gnomad_mito.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ def get_ht(path: str, *_) -> hl.Table:
99
AC_het=hl.int32(ht.AC_het),
1010
AF_hom=ht.AF_hom,
1111
AF_het=ht.AF_het,
12-
max_hl=ht.max_hl,
12+
max_hl=hl.float32(ht.max_hl),
1313
)
1414
return ht.select_globals()

v03_pipeline/lib/reference_datasets/reference_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def get_ht(
369369
ReferenceDataset.gnomad_mito: {
370370
ReferenceGenome.GRCh38: {
371371
DATASET_TYPES: frozenset([DatasetType.MITO]),
372-
VERSION: '1.0',
372+
VERSION: '1.1',
373373
PATH: 'gs://gcp-public-data--gnomad/release/3.1/ht/genomes/gnomad.genomes.v3.1.sites.chrM.ht',
374374
},
375375
},

0 commit comments

Comments
 (0)