We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd72486 commit 396351fCopy full SHA for 396351f
tests/subworkflows/test_apply_score.py
@@ -42,7 +42,7 @@ def test_processed_variants(workflow_dir):
42
"""Make sure n_lines in scorefile == --score XXX variants processed in log"""
43
# find directories with scoring file variants in them
44
scoring_variants = [
45
- pathlib.Path(x)
+ pathlib.Path(workflow_dir / x)
46
for x in glob.glob("work/**/**/*.sscore.vars", root_dir=workflow_dir)
47
]
48
not_symlinks = [not x.is_symlink() for x in scoring_variants]
0 commit comments