nf-google @ 1.27.2
Summary
The Google Cloud plugin provides support for Google Cloud Platform (GCP), including Google Cloud Batch as a compute executor and Google Cloud Storage as a file system.
Get Started
To use this plugin, add it to your nextflow.config:
plugins {
id 'nf-google'
}
Configure your Google Cloud credentials and project:
google {
project = '<YOUR PROJECT ID>'
location = 'us-central1'
}
process.executor = 'google-batch'
workDir = 'gs://<YOUR BUCKET>/work'
Authentication can be done via:
- Application Default Credentials
- Service account JSON key file
- Workload Identity (for GKE)
Examples
Basic Google Cloud Batch Configuration
plugins {
id 'nf-google'
}
google {
project = 'my-gcp-project'
location = 'europe-west1'
batch {
spot = true
}
}
process.executor = 'google-batch'
workDir = 'gs://my-bucket/work'
Using Service Account
google {
project = 'my-gcp-project'
location = 'us-central1'
credentials = '/path/to/service-account.json'
}
Machine Type Configuration
process {
executor = 'google-batch'
machineType = 'n2-standard-4'
disk = '100 GB'
}
License
Apache License 2.0
| Nextflow version | >=25.12.0-edge |
|---|---|
| Depends On | - |
| Release Date | 25 Apr 2026 15:26:30 (UTC) |
| Release Notes | - |
| Download URL | https://registry.nextflow.io/api/v1/plugins/nf-google/1.27.2/download/nf-google-1.27.2.zip |
| Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/nf-google/blobs/sha256:93de8e5f66638e8b1f04699e4016618170d41f9fc2c4d2fc3220ff3d45120c01 |
| Size | 47.6 MB |
| Checksum | 6019a1be688317bb10ed695cd0231c966323c7d8af22c429afcf644bfcd64b1225c0c59c0d2cf1cb6229e6cf0cdcb7271dbacf5d3448fe61ec970c0e236345a2 |
| Total downloads | 567 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 1.27.2 | >=25.12.0-edge | 25 Apr 2026 15:26:30 (UTC) | 567 | |
| 1.27.1 | >=25.12.0-edge | 26 Mar 2026 20:13:24 (UTC) | 519 | |
| 1.27.0 | >=25.12.0-edge | 18 Mar 2026 09:06:22 (UTC) | 357 | |
| 1.26.1 | >=25.12.0-edge | 28 Feb 2026 12:42:23 (UTC) | 485 | |
| 1.23.5 | >=25.09.2-edge | 10 Feb 2026 15:21:21 (UTC) | 9.3K | |
| 1.26.0 | >=25.12.0-edge | 08 Feb 2026 17:20:18 (UTC) | 596 | |
| 1.23.4 | >=25.09.2-edge | 22 Jan 2026 15:37:58 (UTC) | 10.2K | |
| 1.25.0 | >=25.12.0-edge | 19 Dec 2025 12:52:05 (UTC) | 1.2K | |
| 1.24.0 | >=25.11.0-edge | 28 Nov 2025 21:12:17 (UTC) | 1.4K | |
| 1.23.3 | >=25.09.2-edge | 22 Oct 2025 16:29:07 (UTC) | 17.2K | |
| 1.23.2 | >=25.09.2-edge | 21 Oct 2025 15:57:12 (UTC) | 28 | |
| 1.23.1 | >=25.08.0-edge | 08 Oct 2025 18:21:51 (UTC) | 32 | |
| 1.23.0 | >=25.08.0-edge | 14 Sep 2025 20:20:50 (UTC) | 116 | |
| 1.22.2 | >=25.07.0-edge | 15 Aug 2025 14:36:30 (UTC) | 219 | |
| 1.22.1 | >=25.05.0-edge | 06 Jul 2025 14:00:16 (UTC) | 1.4K | |
| 1.21.1 | >=25.03.0-edge | 01 Jul 2025 11:34:23 (UTC) | 13.6K | |
| 1.22.0 | >=25.05.0-edge | 02 Jun 2025 19:45:16 (UTC) | 746 | |
| 1.21.0 | >=25.03.0-edge | 08 May 2025 19:55:08 (UTC) | 11.7K | |
| 1.20.0 | >=25.03.0-edge | 23 Apr 2025 10:47:30 (UTC) | 389 | |
| 1.19.0 | >=25.01.0-edge | 18 Mar 2025 07:33:31 (UTC) | 1.3K | |
| 1.15.4 | >=24.04.5 | 04 Mar 2025 19:36:21 (UTC) |