×

nf-tower @ 1.28.0

Provider: nextflow-io
Claimed: 14 Sep 2025 20:02:43 (UTC)
Description: The nf-tower plugin integrates Nextflow workflows with Seqera Platform for real-time monitoring, resource tracking, and centralized pipeline management. It solves the problem of distributed workflow visibility by enabling users to track execution metrics and manage pipelines from a unified dashboard. Bioinformaticians and data scientists running Nextflow pipelines would use this plugin to monitor job progress, manage computational resources, and collaborate on workflow execution across different environments.
Latest version: 1.29.0
Total downloads: 416.6K View trends

Summary

The Seqera Platform plugin provides integration with Seqera Platform (formerly Tower) for workflow monitoring, resource tracking, and centralized pipeline management.

Get Started

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

plugins {
    id 'nf-tower'
}

Configure your Seqera Platform access token:

tower {
    enabled = true
    accessToken = '<YOUR ACCESS TOKEN>'
}

Alternatively, set the access token via environment variable:

export TOWER_ACCESS_TOKEN='<YOUR ACCESS TOKEN>'

Then enable Tower in your config:

tower {
    enabled = true
}

Examples

Basic Configuration

plugins {
    id 'nf-tower'
}

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

Using a Specific Workspace

tower {
    enabled = true
    accessToken = '<SEQERA ACCESS TOKEN>'
    workspaceId = '1234567890'
}

Custom Seqera Platform Endpoint

tower {
    enabled = true
    accessToken = '<SEQERA ACCESS TOKEN>'
    endpoint = 'https://tower.mycompany.com/api'
}

Reports and Cache Management

tower {
    enabled = true
    reports {
        enabled = true
    }
}

License

Apache License 2.0

Nextflow version >=26.04.0
Depends On -
Release Date 28 May 2026 08:51:16 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-tower/1.28.0/download/nf-tower-1.28.0.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-tower/blobs/sha256:ebf9d980c72fdfb168fe703505801469f1f36db1c7ddcaa834eeaa5b072b02c9
Size 5.9 MB
Checksum 6a6874c49a63a01863d8cd80455947fc445460929797231f52fb1a77da47f9fafbdb7c39c01b71d666ae1113799913f9ce83006c0a75f0c64935e7882218fd36
Total downloads 1.1K View trends
Security Scan
Version Nextflow version Date Status Downloads
1.29.0 >=26.05.0-edge 19 Jun 2026 08:17:52 (UTC) 362
1.28.1 >=26.04.0 17 Jun 2026 16:34:30 (UTC) 774
1.17.7 >=25.09.2-edge 04 Jun 2026 20:49:44 (UTC) 320
1.28.0 >=26.04.0 28 May 2026 08:51:16 (UTC) 1.1K
1.17.6 >=25.09.2-edge 05 May 2026 11:40:12 (UTC) 504
1.27.0 >=26.04.0 29 Apr 2026 04:03:40 (UTC) 3.7K
1.26.0 >=26.03.4-edge 25 Apr 2026 15:26:35 (UTC) 1.3K
1.25.0 >=26.03.2-edge 20 Apr 2026 21:57:51 (UTC) 300
1.24.0 >=26.03.0-edge 07 Apr 2026 21:32:31 (UTC) 442
1.23.0 >=26.03.0-edge 26 Mar 2026 20:13:31 (UTC) 753
1.22.0 >=26.03.0-edge 18 Mar 2026 09:06:35 (UTC) 489
1.21.0 >=26.02.0-edge 28 Feb 2026 12:42:25 (UTC) 564
1.20.0 >=25.12.0-edge 11 Feb 2026 20:40:13 (UTC) 139
1.17.5 >=25.09.2-edge 10 Feb 2026 15:21:21 (UTC) 19.7K
1.17.4 >=25.09.2-edge 22 Jan 2026 15:37:58 (UTC) 3.4K
1.19.0 >=25.12.0-edge 19 Dec 2025 12:52:07 (UTC) 572
1.18.0 >=25.11.0-edge 28 Nov 2025 21:12:21 (UTC) 1.0K
1.17.3 >=25.09.2-edge 28 Nov 2025 19:27:13 (UTC) 5.3K
1.17.2 >=25.09.2-edge 28 Nov 2025 11:12:28 (UTC) 32
1.17.1 >=25.09.2-edge 22 Oct 2025 16:29:07 (UTC) 13.3K
1.17.0 >=25.09.2-edge 21 Oct 2025 15:57:22