Skip to content

Commit 4ac407d

Browse files
committed
add VEP funcs
1 parent e9ae1a4 commit 4ac407d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

loading_pipeline/lib/tasks/dataproc/create_dataproc_cluster.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def get_cluster_config(
5656
'REFERENCE_GENOME': reference_genome.value,
5757
'PIPELINE_RUNNER_APP_VERSION': Env.PIPELINE_RUNNER_APP_VERSION,
5858
'REFERENCE_DATASETS_DIR': Env.REFERENCE_DATASETS_DIR,
59+
'VEP_CONFIG_PATH': '/vep_data/vep-gcloud.json',
60+
'VEP_REPLICATE': Env.GCLOUD_REGION,
5961
},
6062
'internal_ip_only': False, # Recent change with 2.2 dataproc images.
6163
'service_account': service_account_credentials.service_account_email,

0 commit comments

Comments
 (0)