Skip to content

Commit 4675b86

Browse files
committed
fix bug
1 parent 03551af commit 4675b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/reference_data/compare_globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def clinvar_versions_equal(
2525
) -> bool:
2626
dataset = 'clinvar_mito' if dataset_type == DatasetType.MITO else 'clinvar'
2727
return hl.eval(ht.globals.versions[dataset]) == parse_clinvar_release_date(
28-
CONFIG[dataset][reference_genome.v02_value],
28+
CONFIG[dataset][reference_genome.v02_value]['path'],
2929
)
3030

3131

0 commit comments

Comments
 (0)