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 4675b86 commit e0c129aCopy full SHA for e0c129a
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]['path'],
+ CONFIG[dataset][reference_genome.v02_value]['source_path'],
29
)
30
31
0 commit comments