Skip to content

Commit c5cd8f7

Browse files
committed
fix test
1 parent bcc6385 commit c5cd8f7

File tree

13 files changed

+5
-4
lines changed

13 files changed

+5
-4
lines changed

v03_pipeline/lib/tasks/reference_data/update_variant_annotations_table_with_updated_reference_dataset_test.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
},
289289
'38': {
290290
**CONFIG['gnomad_exomes']['38'],
291+
'version': '4.1',
291292
'source_path': 'gs://gcp-public-data--gnomad/release/4.1/ht/exomes/gnomad.exomes.v4.1.sites.ht',
292293
'custom_import': lambda *_: hl.Table.parallelize(
293294
[],
@@ -358,7 +359,7 @@
358359
},
359360
'38': {
360361
**CONFIG['gnomad_genomes']['38'],
361-
'version': 'v4.1',
362+
'version': '4.1',
362363
'source_path': 'gs://gcp-public-data--gnomad/release/4.1/ht/genomes/gnomad.genomes.v4.1.sites.ht',
363364
'custom_import': lambda *_: hl.Table.parallelize(
364365
[],
@@ -826,8 +827,8 @@ def test_update_vat_with_updated_rdc_snv_indel_38(
826827
dbnsfp='2.9.3',
827828
eigen=None,
828829
exac=None,
829-
gnomad_exomes='v4.1',
830-
gnomad_genomes='v4.1',
830+
gnomad_exomes='4.1',
831+
gnomad_genomes='4.1',
831832
mpc=None,
832833
primate_ai='v0.2',
833834
splice_ai=None,
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
This folder comprises a Hail (www.hail.is) native Table or MatrixTable.
22
Written with version 0.2.128-eead8100a1c1
3-
Created at 2024/04/30 18:16:28
3+
Created at 2024/05/09 20:02:21
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)