Skip to content

Commit a9d6273

Browse files
committed
Add path resolve
1 parent 2e11720 commit a9d6273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v03_pipeline/lib/model/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
GRCH37_TO_GRCH38_LIFTOVER_REF_PATH = importlib.resources.path(
1616
'v03_pipeline.var.liftover',
1717
'grch37_to_grch38.over.chain.gz',
18-
)
18+
).resolve()
1919
GRCH38_TO_GRCH37_LIFTOVER_REF_PATH = importlib.resources.path(
2020
'v03_pipeline.var.liftover',
2121
'grch38_to_grch37.over.chain.gz',
22-
)
22+
).resolve()

0 commit comments

Comments
 (0)