×

nf-google @ 1.26.0

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 as a compute executor and Google Cloud Storage as a file system for running and managing bioinformatics workflows. It solves the problem of seamlessly executing Nextflow pipelines on GCP infrastructure with flexible authentication options and resource configuration. Data scientists, bioinformaticians, and researchers who want to run scalable Nextflow workflows on Google Cloud would use this plugin.
Latest version: 1.26.1
Total downloads: 277.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 08 Feb 2026 17:20:18 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-google/1.26.0/download/nf-google-1.26.0.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-google/blobs/sha256:3b5172a9226673ba7895ae860895f034ccfa1b994b30422e18bbcef650af357a
Size 45.8 MB
Checksum 96fb068ff0042dfd7c9fb12bcf4912e26cb18a1e6d3468f14aa0eb436e9184a9024b2523975a880c732d5fc08b0599463603891b77edc1b2c6906db204a2a112
Total downloads 591 View trends
Security Scan
Version Nextflow version Date Status Downloads
1.26.1 >=25.12.0-edge 28 Feb 2026 12:42:23 (UTC) 347
1.23.5 >=25.09.2-edge 10 Feb 2026 15:21:21 (UTC) 1.1K
1.26.0 >=25.12.0-edge 08 Feb 2026 17:20:18 (UTC) 591
1.23.4 >=25.09.2-edge 22 Jan 2026 15:37:58 (UTC) 9.5K
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) 11.9K
1.23.2 >=25.09.2-edge 21 Oct 2025 15:57:12 (UTC) 25
1.23.1 >=25.08.0-edge 08 Oct 2025 18:21:51 (UTC) 29
1.23.0 >=25.08.0-edge 14 Sep 2025 20:20:50 (UTC) 113
1.22.2 >=25.07.0-edge 15 Aug 2025 14:36:30 (UTC) 65
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) 12.5K
1.22.0 >=25.05.0-edge 02 Jun 2025 19:45:16 (UTC) 741
1.21.0 >=25.03.0-edge 08 May 2025 19:55:08 (UTC) 10.4K
1.20.0 >=25.03.0-edge 23 Apr 2025 10:47:30 (UTC) 385
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) 19.0K
1.18.0 >=25.01.0-edge 12 Feb 2025 14:07:45 (UTC) 1.3K
1.17.0 >=24.12.0-edge 20 Jan 2025 16:15:13 (UTC) 493
1.15.3 >=24.04.4 16 Dec 2024 16:39:11 (UTC) 27.3K
1.16.0 >=24.04.4 03 Dec 2024 10:38:21 (UTC) 3.3K
1.15.2 >=24.04.4 14 Oct 2024 21:35:15 (UTC) 13.2K
1.15.1 >=24.04.4 13 Oct 2024 12:49:50 (UTC) 109
1.15.0 >=24.04.4 04 Sep 2024 15:30:51 (UTC) 964
1.14.0 >=24.04.4 05 Aug 2024 21:15:43 (UTC) 735
1.13.2-patch1 >=24.04.3 09 Jul 2024 21:09:09 (UTC) 8.8K
1.13.4 >=24.04.1 08 Jul 2024 20:32:33 (UTC) 440
1.13.3 >=24.04.1 17 Jun 2024 20:46:57 (UTC) 1.5K
1.8.3-patch2 >=23.10.2 11 Jun 2024 20:00:38 (UTC) 338