×

nf-google @ 1.27.1

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

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 26 Mar 2026 20:13:24 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-google/1.27.1/download/nf-google-1.27.1.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-google/blobs/sha256:07000868a28ce6fea7928a964e508a62fc14b116f77428e62b77d38550c7b41f
Size 45.8 MB
Checksum 8735b3e268a307e84fa59aed04bd6f3e46a834ab10af68222eada78754e8d662fbb71cba6f6fd0e7ec5cc71b1cbe3b7dc5adea7e5653ddaa42625c87dd3a7089
Total downloads 519 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)