×

nf-google @ 1.27.4

Provider: nextflow-io
Claimed: 14 Sep 2025 20:02:02 (UTC)
Description: Enables Google Cloud Platform execution through Batch service with native Cloud Storage access and intelligent machine type selection
Latest version: 1.23.6
Total downloads: 340.3K View trends

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 15 Jul 2026 17:29:23 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-google/1.27.4/download/nf-google-1.27.4.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-google/blobs/sha256:60d53b72da4ab80654c9018bae1699d34241ec3816d6e1478e2dfcd8154ba4ff
Size 47.6 MB
Checksum d8db035b96ce07746e21fb2b88afc8c769346286834937e5f24def956ecee507f060ef0273a35d2ba61920b0b43523158984e514eaa8a075e4db3659462b0ecd
Total downloads 874 View trends
Security Scan
Version Nextflow version Date Status Downloads
1.23.6 >=25.09.2-edge 15 Jul 2026 19:40:19 (UTC) 87
1.27.4 >=25.12.0-edge 15 Jul 2026 17:29:23 (UTC) 874
1.27.3 >=25.12.0-edge 28 May 2026 08:51:08 (UTC) 3.7K
1.27.2 >=25.12.0-edge 25 Apr 2026 15:26:30 (UTC) 2.0K
1.27.1 >=25.12.0-edge 26 Mar 2026 20:13:24 (UTC) 557
1.27.0 >=25.12.0-edge 18 Mar 2026 09:06:22 (UTC) 390
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) 17.5K
1.26.0 >=25.12.0-edge 08 Feb 2026 17:20:18 (UTC) 602
1.23.4 >=25.09.2-edge 22 Jan 2026 15:37:58 (UTC) 11.7K
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) 2.3K
1.23.3 >=25.09.2-edge 22 Oct 2025 16:29:07 (UTC) 27.1K
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) 260
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) 16.5K
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) 12.6K