Skip to content

Commit 396351f

Browse files
committed
fix test_processed_variants
1 parent bd72486 commit 396351f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/subworkflows/test_apply_score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_processed_variants(workflow_dir):
4242
"""Make sure n_lines in scorefile == --score XXX variants processed in log"""
4343
# find directories with scoring file variants in them
4444
scoring_variants = [
45-
pathlib.Path(x)
45+
pathlib.Path(workflow_dir / x)
4646
for x in glob.glob("work/**/**/*.sscore.vars", root_dir=workflow_dir)
4747
]
4848
not_symlinks = [not x.is_symlink() for x in scoring_variants]

0 commit comments

Comments
 (0)