Skip to content

Commit adbc674

Browse files
committed
more test versions
1 parent 93405ad commit adbc674

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

v03_pipeline/lib/tasks/update_variant_annotations_table_with_new_samples_test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ def test_multiple_update_vat(
497497
versions=hl.Struct(
498498
clinvar='2024-11-11',
499499
dbnsfp='1.0',
500-
eigen='1.0',
501-
exac='1.0',
500+
eigen='1.1',
501+
exac='1.1',
502502
gnomad_exomes='1.0',
503503
gnomad_genomes='1.0',
504504
splice_ai='1.0',
@@ -758,8 +758,8 @@ def test_update_vat_without_accessing_private_datasets(
758758
hl.Struct(
759759
clinvar='2024-11-11',
760760
dbnsfp='1.0',
761-
eigen='1.0',
762-
exac='1.0',
761+
eigen='1.1',
762+
exac='1.1',
763763
gnomad_exomes='1.0',
764764
gnomad_genomes='1.0',
765765
splice_ai='1.0',
@@ -817,7 +817,7 @@ def test_mito_update_vat(
817817
dbnsfp='1.0',
818818
gnomad_mito='1.0',
819819
helix_mito='1.0',
820-
hmtvar='1.0',
820+
hmtvar='1.1',
821821
mitomap='1.0',
822822
mitimpact='1.0',
823823
local_constraint_mito='1.0',

0 commit comments

Comments
 (0)