Skip to content

Commit d101b40

Browse files
committed
add ambiguous variant to test data and fix row_nr
1 parent 10b1002 commit d101b40

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
chr_name chr_position effect_allele other_allele effect_weight effect_type is_duplicated accession row_nr
22
11 69331418 C T 0.210422987 additive FALSE test 0
3-
11 69331418 T C 0.210422987 additive FALSE test2 1
4-
11 69379161 A C 0.018723614 additive FALSE test2 2
5-
5 1279790 T C -0.005213567 additive FALSE test3 4
3+
11 69331418 T C 0.210422987 additive FALSE test2 0
4+
11 69379161 A C 0.018723614 additive FALSE test2 1
5+
5 1279790 T C -0.005213567 additive FALSE test3 0
6+
18 24337424 C G -0.1 additive FALSE test3 1

pgscatalog.match/tests/test_match_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_duplicated(tmp_path_factory, good_variants, duplicated_scorefile):
110110
"--outdir",
111111
str(outdir),
112112
"--min_overlap",
113-
"0.75",
113+
"0.5",
114114
)
115115
]
116116
flargs = list(itertools.chain(*args))

0 commit comments

Comments
 (0)