We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ae1a4 commit 4ac407dCopy full SHA for 4ac407d
loading_pipeline/lib/tasks/dataproc/create_dataproc_cluster.py
@@ -56,6 +56,8 @@ def get_cluster_config(
56
'REFERENCE_GENOME': reference_genome.value,
57
'PIPELINE_RUNNER_APP_VERSION': Env.PIPELINE_RUNNER_APP_VERSION,
58
'REFERENCE_DATASETS_DIR': Env.REFERENCE_DATASETS_DIR,
59
+ 'VEP_CONFIG_PATH': '/vep_data/vep-gcloud.json',
60
+ 'VEP_REPLICATE': Env.GCLOUD_REGION,
61
},
62
'internal_ip_only': False, # Recent change with 2.2 dataproc images.
63
'service_account': service_account_credentials.service_account_email,
0 commit comments