You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md for location flag
* vcf_files_preprocessor.md for location flag
* bigquery_to_vcf.md for location flag
* Add docs for --use_public_ips, --subnetwork, & --location
* Clarify docker worker in setting_region.md
* Clarify location flag as not required
Co-authored-by: Saman Vaisipour <[email protected]>
Copy file name to clipboardExpand all lines: docs/setting_region.md
+48-3
Original file line number
Diff line number
Diff line change
@@ -13,22 +13,37 @@ are located in the same region:
13
13
* Your pipeline's temporary location set by `--temp_location` flag.
14
14
* Your output BigQuery dataset set by `--output_table` flag.
15
15
* Your Dataflow pipeline set by `--region` flag.
16
+
* Your Life Sciences API location set by `--location` flag.
16
17
17
18
## Running jobs in a particular region
18
19
The Dataflow API [requires](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#configuring-pipelineoptions-for-execution-on-the-cloud-dataflow-service)
19
20
setting a [GCP
20
21
region](https://cloud.google.com/compute/docs/regions-zones/#available) via
21
-
`--region` flag to run. In addition to this requirment you might also
22
+
`--region` flag to run.
23
+
24
+
When running from Docker, the Cloud Life Sciences API is used to spin up a
25
+
worker that launches and monitors the Dataflow job. Cloud Life Sciences API
26
+
is a [regionalized service](https://cloud.google.com/life-sciences/docs/concepts/locations)
27
+
that runs in multiple regions. This is set with the `--location` flag. The
28
+
Life Sciences API location is where metadata about the pipeline's progress
29
+
will be stored, and can be different from the region where the data is
30
+
processed. Note that Cloud Life Sciences API is not available in all regions,
31
+
and if this flag is left out, the metadata will be stored in us-central1. See
32
+
the list of [Currently Available Locations](https://cloud.google.com/life-sciences/docs/concepts/locations).
33
+
34
+
In addition to this requirment you might also
22
35
choose to run Variant Transforms in a specific region following your project’s
23
36
security and compliance requirements. For example, in order
24
-
to restrict your processing job to Europe west, set the region as follows:
37
+
to restrict your processing job to europe-west4 (Netherlands), set the region
0 commit comments