×

nf-seqera @ 0.22.0-beta.0

Provider: nextflow-io
Claimed: 28 Feb 2026 10:11:39 (UTC)
Description: The Seqera Executor plugin integrates Nextflow with Seqera Cloud to execute tasks on managed compute infrastructure, eliminating the need for users to manage their own clusters. It solves the problem of infrastructure provisioning and management complexity by providing serverless task execution with built-in resource optimization, cost tracking via labels, and resource prediction models. It's designed for bioinformaticians and data scientists running genomics and data analysis workflows who want simplified, scalable cloud-based execution.
Project URL: https://seqera.io
Latest version: 0.23.0
Total downloads: 3.4K View trends

Summary

The Seqera Executor plugin provides integration with Seqera Cloud for executing Nextflow tasks using Seqera's managed compute infrastructure.

Get Started

To use this plugin, add it to your nextflow.config:

plugins {
    id 'nf-seqera'
}

Configure the Seqera executor:

process {
    executor = 'seqera'
}

seqera {
    executor {
        region = 'eu-west-1'
        autoLabels = true
    }
}

tower {
    accessToken = '<SEQERA ACCESS TOKEN>'
}

Alternatively, set the access token via environment variable:

export TOWER_ACCESS_TOKEN='<YOUR ACCESS TOKEN>'

Examples

Running a workflow with the Seqera executor

nextflow.config:

plugins {
    id 'nf-seqera'
}

process {
    executor = 'seqera'
}

tower {
    accessToken = '<SEQERA ACCESS TOKEN>'
}

seqera {
    executor {
        region = 'eu-west-1'
    }
}

main.nf:

process HELLO {
    output:
    path 'hello.txt'

    script:
    '''
    echo "Hello from Seqera Cloud" > hello.txt
    '''
}

workflow {
    HELLO()
}

Using resource labels for cost tracking

seqera {
    executor {
        region = 'us-east-1'
        labels = [team: 'genomics', project: 'wgs-analysis']
        autoLabels = true
    }
}

Using the resource prediction model

seqera {
    executor {
        region = 'eu-west-1'
        predictionModel = 'qr/v1'
    }
}

License

Apache License 2.0

Nextflow version >=26.03.4-edge
Depends On -
Release Date 09 Jul 2026 08:05:44 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-seqera/0.22.0-beta.0/download/nf-seqera-0.22.0-beta.0.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-seqera/blobs/sha256:74156076df802235a3701fd3d6c4bfb79d2b7d3f97bedc187ce479e248e92a33
Size 3.1 MB
Checksum c3154ac2cff01a420f394d78df6a11454c2f5ad5ece636cb8d8de75e75941f1ed600534d4ff837585271b889a2d8edde08ec4eb0e60836ab435b7c27fcddbd2c
Total downloads 6 View trends
Security Scan
Version Nextflow version Date Status Downloads
0.23.0 >=26.03.4-edge 15 Jul 2026 17:29:30 (UTC) 2
0.21.1 >=26.04.5 09 Jul 2026 18:53:06 (UTC) 1.0K
0.22.0-beta.1 >=26.03.4-edge 09 Jul 2026 11:34:31 (UTC) 3
0.22.0-beta.0 >=26.03.4-edge 09 Jul 2026 08:05:44 (UTC) 6
1.0.0 >=26.04.0 30 Jun 2026 16:13:35 (UTC) REVOKED 326
0.22.0 >=26.03.4-edge 19 Jun 2026 08:17:51 (UTC) 2
0.21.0 >=26.03.4-edge 17 Jun 2026 16:34:29 (UTC) 312
0.20.1 >=26.03.4-edge 28 May 2026 08:51:20 (UTC) 927
0.20.0 >=26.03.4-edge 21 May 2026 21:24:57 (UTC) 104
0.19.1 >=26.03.4-edge 11 May 2026 13:32:25 (UTC) 216
0.19.0 >=26.03.4-edge 25 Apr 2026 15:26:33 (UTC) 41
0.18.0 >=26.03.2-edge 20 Apr 2026 21:57:51 (UTC) 178
0.17.0 >=26.03.0-edge 07 Apr 2026 21:32:32 (UTC) 118
0.16.0 >=26.03.0-edge 18 Mar 2026 09:06:30 (UTC) 46
0.15.0 >=26.02.0-edge 15 Mar 2026 17:30:40 (UTC) 5
0.13.0 >=26.02.0-edge 02 Mar 2026 22:27:51 (UTC) 4
0.12.0 >=26.02.0-edge 28 Feb 2026 13:06:28 (UTC) 13