Skip to content

Commit

Permalink
Updated docs on Google Cloud setup and credentials (#4896) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-youngblut committed Apr 10, 2024
1 parent 56c0b56 commit 7e8b5e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/config.md
Expand Up @@ -857,6 +857,9 @@ The following settings are available for Google Cloud Batch:
`google.batch.serviceAccountEmail`
: Define the Google service account email to use for the pipeline execution. If not specified, the default Compute Engine service account for the project will be used.

Note that the `google.batch.serviceAccountEmail` service account will only be used for spawned jobs, not for the Nextflow process itself.
See the [Google Cloud](https://www.nextflow.io/docs/latest/google.html#credentials) documentation for more information on credentials.

`google.batch.spot`
: When `true` enables the usage of *spot* virtual machines or `false` otherwise (default: `false`).

Expand Down
3 changes: 3 additions & 0 deletions docs/google.md
Expand Up @@ -35,6 +35,9 @@ Then, define the following variable replacing the path in the example with the o
export GOOGLE_APPLICATION_CREDENTIALS="/path/your/file/creds.json"
```

See [Get started with Nextflow on Google Cloud Batch](https://www.nextflow.io/blog/2023/nextflow-with-gbatch.html) for more information on how to use Google Cloud Batch,
including how to set the required roles for your service account.

(google-batch)=

## Cloud Batch
Expand Down

0 comments on commit 7e8b5e2

Please sign in to comment.