×

nf-google @ 1.25.0

Provider: nextflow-io
Claimed: 29 Dec 2025 02:51:47 (UTC)
Description: This Nextflow plugin integrates with Google Cloud Platform (GCP), enabling the use of Google Cloud Batch as a compute executor and Google Cloud Storage for file management. It solves the problem of seamlessly running Nextflow pipelines on GCP infrastructure, simplifying deployment and scalability. Bioinformaticians, data scientists, and DevOps teams using Nextflow for workflow automation would benefit from this plugin.
Latest version: 1.25.0
Total downloads: 255.6K 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 29 Dec 2025 02:55:26 (UTC)
Release Notes -
Download URL https://registry-stage.nextflow.io/api/v1/plugins/nf-google/1.25.0/download/nf-google-1.25.0.zip
Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/nf-google/blobs/sha256:880be6a65f7e1b849a63f70686031c4a4d818261ac9d3e3d9212084a26da9771
Size 45.8 MB
Checksum ba57d3147c13358accecc2f99967cef3d53ade463e9a1b2b2c40e730e7382c14c794a767265abcc81589c9893d0e99ed238ac8016b8d8dde8d6710f4d277bed0
Total downloads 2 View trends
Security Scan
Version Nextflow version Date Status Downloads
1.25.0 >=25.12.0-edge 29 Dec 2025 02:55:26 (UTC) 2
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.2K
1.22.0 >=25.05.0-edge 02 Jun 2025 19:45:16 (UTC) 743
1.21.0 >=25.03.0-edge 08 May 2025 19:55:08 (UTC) 11.2K
1.20.0 >=25.03.0-edge 23 Apr 2025 10:47:30 (UTC) 386
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.2K
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.5K
1.15.1 >=24.04.4 13 Oct 2024 12:49:50 (UTC) 108
1.15.0 >=24.04.4 04 Sep 2024 15:30:51 (UTC) 961
1.14.0 >=24.04.4 05 Aug 2024 21:15:43 (UTC) 737
1.13.2-patch1 >=24.04.3 09 Jul 2024 21:09:09 (UTC) 9.1K
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.6K
1.8.3-patch2 >=23.10.2 11 Jun 2024 20:00:38 (UTC) 337
1.8.3-patch1 >=23.10.2