Skip to content

Commit 59948e7

Browse files
committed
fix test
1 parent d1363c7 commit 59948e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgscatalog.matchapp/src/pgscatalog/matchapp/match_cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def run_match():
4646
Config.TMPDIR = Config.OUTDIR / "tmp"
4747
Config.TMPDIR.mkdir(exist_ok=False)
4848
Config.CHROM = args.chrom
49+
Config.MIN_OVERLAP = args.min_overlap
4950

5051
if (n_target := len(args.target)) == 0:
5152
raise ValueError(f"{n_target=} must provide at least one target")

0 commit comments

Comments
 (0)