File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- import importlib . resources
1
+ from v03_pipeline . lib . model . feature_flag import FeatureFlag
2
2
3
3
PROJECTS_EXCLUDED_FROM_LOOKUP = {
4
4
'R0555_seqr_demo' ,
13
13
'R0816_gregor_training_project_' ,
14
14
}
15
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'
16
+ 'gs://hail-common/references/grch37_to_grch38.over.chain.gz'
17
+ if FeatureFlag .RUN_PIPELINE_ON_DATAPROC
18
+ else 'v03_pipeline/var/liftover/grch37_to_grch38.over.chain.gz'
18
19
)
19
20
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
- )
21
+ 'gs://hail-common/references/grch38_to_grch37.over.chain.gz'
22
+ if FeatureFlag .RUN_PIPELINE_ON_DATAPROC
23
+ else 'v03_pipeline/var/liftover/grch38_to_grch37.over.chain.gz'
24
+ )
You can’t perform that action at this time.
0 commit comments