We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03551af commit 4675b86Copy full SHA for 4675b86
v03_pipeline/lib/reference_data/compare_globals.py
@@ -25,7 +25,7 @@ def clinvar_versions_equal(
25
) -> bool:
26
dataset = 'clinvar_mito' if dataset_type == DatasetType.MITO else 'clinvar'
27
return hl.eval(ht.globals.versions[dataset]) == parse_clinvar_release_date(
28
- CONFIG[dataset][reference_genome.v02_value],
+ CONFIG[dataset][reference_genome.v02_value]['path'],
29
)
30
31
0 commit comments