File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
'R0815_gregor_training_project_' ,
13
13
'R0816_gregor_training_project_' ,
14
14
}
15
- GRCH37_TO_GRCH38_LIFTOVER_REF_PATH = importlib . resources . path (
16
- 'v03_pipeline.var.liftover' ,
17
- ' grch37_to_grch38.over.chain.gz',
18
- ). as_posix ()
19
- GRCH38_TO_GRCH37_LIFTOVER_REF_PATH = importlib . resources . path (
20
- 'v03_pipeline.var.liftover' ,
21
- ' grch38_to_grch37.over.chain.gz',
22
- ). as_posix ()
15
+ GRCH37_TO_GRCH38_LIFTOVER_REF_PATH = (
16
+ 'gs://hail-common/references/grch37_to_grch38.over.chain.gz'
17
+ if FeatureFlag . RUN_PIPELINE_ON_DATAPROC else 'v03_pipeline/var/liftover/ grch37_to_grch38.over.chain.gz'
18
+ )
19
+ GRCH38_TO_GRCH37_LIFTOVER_REF_PATH = (
20
+ 'gs://hail-common/references/grch38_to_grch37.over.chain.gz'
21
+ if FeatureFlag . RUN_PIPELINE_ON_DATAPROC else 'v03_pipeline/var/liftover/ grch38_to_grch37.over.chain.gz'
22
+ )
You can’t perform that action at this time.
0 commit comments