×

nf-google @ 1.27.0

Provider: nextflow-io
Claimed: 14 Sep 2025 20:02:02 (UTC)
Description: The Google Cloud plugin integrates Nextflow with Google Cloud Platform by providing Google Cloud Batch as a compute executor and Google Cloud Storage as a file system. It solves the problem of running complex bioinformatics and data pipelines on GCP infrastructure with support for spot instances, various machine types, and multiple authentication methods. This plugin is used by researchers and data engineers who want to execute Nextflow workflows at scale on GCP.
Latest version: 1.27.2
Total downloads: 300.5K View trends

Google Cloud plugin for Nextflow

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 18 Mar 2026 09:06:22 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-google/1.27.0/download/nf-google-1.27.0.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-google/blobs/sha256:a703b637c807b38a8299c1a808017cf6f277a0552f92bc2d208cf06b9c5853c8
Size 45.8 MB
Checksum b9013ef81f3f3047239583e203c1d3b709934680021dcde781d7444a1b4cfefe11b044d636a7a1842f2b75144005d12a0ee34995f6cc3ae82003bbd306dc0049
Total downloads 357 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