nf-tower @ 1.21.0
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 = System.getenv('TOWER_ACCESS_TOKEN')
}
Using a Specific Workspace
tower {
enabled = true
accessToken = System.getenv('TOWER_ACCESS_TOKEN')
workspaceId = '1234567890'
}
Custom Seqera Platform Endpoint
tower {
enabled = true
accessToken = System.getenv('TOWER_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.02.0-edge |
|---|---|
| Depends On | - |
| Release Date | 28 Feb 2026 12:42:25 (UTC) |
| Release Notes | - |
| Download URL | https://registry.nextflow.io/api/v1/plugins/nf-tower/1.21.0/download/nf-tower-1.21.0.zip |
| Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/nf-tower/blobs/sha256:e81b081c8e2461c3fbcb7d9b5c7ae8ce678bb0680416b1c1608803c43afe7f5b |
| Size | 2.6 MB |
| Checksum | 3c82b1e34a103b717a38af973eb2a3ddd01b669781be35adf86329936de5f82b140c354e3575274a5d02efc285549ecbdca378a2b0b17946dc2ad89d955b0398 |
| Total downloads | 55 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 1.21.0 | >=26.02.0-edge | 28 Feb 2026 12:42:25 (UTC) | 55 | |
| 1.20.0 | >=25.12.0-edge | 11 Feb 2026 20:40:13 (UTC) | 132 | |
| 1.17.5 | >=25.09.2-edge | 10 Feb 2026 15:21:21 (UTC) | 4.2K | |
| 1.17.4 | >=25.09.2-edge | 22 Jan 2026 15:37:58 (UTC) | 1.9K | |
| 1.19.0 | >=25.12.0-edge | 19 Dec 2025 12:52:07 (UTC) | 361 | |
| 1.18.0 | >=25.11.0-edge | 28 Nov 2025 21:12:21 (UTC) | 106 | |
| 1.17.3 | >=25.09.2-edge | 28 Nov 2025 19:27:13 (UTC) | 3.8K | |
| 1.17.2 | >=25.09.2-edge | 28 Nov 2025 11:12:28 (UTC) | 25 | |
| 1.17.1 | >=25.09.2-edge | 22 Oct 2025 16:29:07 (UTC) | 10.1K | |
| 1.17.0 | >=25.09.2-edge | 21 Oct 2025 15:57:22 (UTC) | 12 | |
| 1.16.0 | >=25.09.0-edge | 08 Oct 2025 18:21:55 (UTC) | 13 | |
| 1.11.4-patch2 | >=25.02.2-edge | 06 Oct 2025 21:32:52 (UTC) | 7.7K | |
| 1.15.0 | >=25.07.0-edge | 14 Sep 2025 20:20:48 (UTC) | 21 | |
| 1.11.4-patch1 | >=25.02.2-edge | 08 Sep 2025 13:27:10 (UTC) | 8.1K | |
| 1.14.0 | >=25.07.0-edge | 15 Aug 2025 14:36:55 (UTC) | 73 | |
| 1.13.0 | >=25.06.0-edge | 06 Jul 2025 14:01:21 (UTC) | 82 | |
| 1.11.4 | >=25.02.2-edge | 30 Jun 2025 19:54:58 (UTC) | 5.7K | |
| 1.9.3-patch2 | >=24.10.7 | 30 Jun 2025 16:07:48 (UTC) | 228 | |
| 1.9.1-patch2 | >=24.04.5 | 30 Jun 2025 14:15:39 (UTC) | 61 | |
| 1.9.1-patch1 | >=24.04.5 | 06 Jun 2025 12:29:05 (UTC) | 86 | |
| 1.9.3-patch1 | >=24.10.7 | 06 Jun 2025 12:15:04 (UTC) | 329 | |