×

nf-google @ 1.27.3

Provider: nextflow-io
Claimed: 14 Sep 2025 20:02:02 (UTC)
Description: The Google Cloud plugin integrates Nextflow with Google Cloud Platform, enabling Google Cloud Batch for job execution and Google Cloud Storage for file management. It solves the problem of running bioinformatics workflows on GCP infrastructure by providing seamless configuration and authentication. Users managing large-scale data processing pipelines who want to leverage GCP's compute resources and scalable storage would use this plugin.
Latest version: 1.27.3
Total downloads: 320.3K 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 28 May 2026 08:51:08 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-google/1.27.3/download/nf-google-1.27.3.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-google/blobs/sha256:2df24a0ff00970ffdd98e410a1f5f423f069edcfd5b3ee22face06235306e3dd
Size 47.6 MB
Checksum 3765b4a745f72db1acb33f4c4b7cfce53b64e88e3f8be0d35f8a3a73da5d9624fc0e9d431405a27be012ca39e9d788c2e1464841caa0d49baad551a5c8c37a92
Total downloads 1.1K View trends
Security Scan
Version Nextflow version Date Status Downloads
1.27.3 >=25.12.0-edge 28 May 2026 08:51:08 (UTC) 1.1K
1.27.2 >=25.12.0-edge 25 Apr 2026 15:26:30 (UTC) 1.6K
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) 376
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) 12.8K
1.26.0 >=25.12.0-edge 08 Feb 2026 17:20:18 (UTC) 597
1.23.4 >=25.09.2-edge 22 Jan 2026 15:37:58 (UTC) 11.6K
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) 22.5K
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) 241
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) 15.2K
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.1K
1.20.0 >=25.03.0-edge 23 Apr 2025 10:47:30 (UTC) 390
1.19.0 >=25.01.0-edge