Skip to content

Commit bdba4ca

Browse files
committed
as posix
1 parent a9d6273 commit bdba4ca

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-
).resolve()
18+
).as_posix()
1919
GRCH38_TO_GRCH37_LIFTOVER_REF_PATH = importlib.resources.path(
2020
'v03_pipeline.var.liftover',
2121
'grch38_to_grch37.over.chain.gz',
22-
).resolve()
22+
).as_posix()

0 commit comments

Comments
 (0)