nf-console @ 1.4.0
nf-console
This plugin provides an interactive console and graphical user interface for Nextflow development, testing, and workflow exploration.
Get Started
To use this plugin, add it to your nextflow.config:
plugins {
id 'nf-console'
}
Launch the console:
nextflow console
This opens a Groovy console with the Nextflow runtime pre-loaded, allowing you to interactively develop and test workflow components.
Examples
Launching the Console
nextflow console
Loading a Script in the Console
nextflow console my-script.nf
Interactive Testing
In the console, you can test Nextflow constructs:
// Test a channel operation
Channel.of(1, 2, 3)
.map { it * 2 }
.view()
// Test file operations
file('data.txt').text = 'Hello World'
// Test process inputs/outputs
def reads = Channel.fromPath('*.fastq')
reads.view()
Exploring the Runtime
// Access workflow metadata
println workflow.projectDir
println workflow.launchDir
// Check available executors
println executorFactory.getExecutorNames()
Resources
License
| Nextflow version | >=25.08.0-edge |
|---|---|
| Depends On | - |
| Release Date | 13 Dec 2025 12:58:39 (UTC) |
| Release Notes | - |
| Download URL | https://registry-dev.nextflow.io/api/v1/plugins/nf-console/1.4.0/download/nf-console-1.4.0.zip |
| Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-dev/nf-console/blobs/sha256:3c8a4054a5a829b03a1f0a597d6454318a9261e19bcf42411987c9bdc75e7582 |
| Size | 2.3 MB |
| Checksum | 486dbe24844adcb70f426ca919479d02dfc9c70b64621c5cce253566e90d41121e9e30177b92dd6bc05074c6021efe9680a078a1cc07383bfc10c0beacc6896c |
| Total downloads | 2 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 1.4.0 | >=25.08.0-edge | 13 Dec 2025 12:58:39 (UTC) | 2 | |
| 1.3.0 | >=25.08.0-edge | 14 Sep 2025 19:39:34 (UTC) | 2 | |
| 1.2.1 | >=25.02.2-edge | 05 Apr 2025 15:38:41 (UTC) | 576 | |
| 1.2.0 | >=25.02.0-edge | 18 Mar 2025 07:33:22 (UTC) | 59 | |
| 1.1.5 | >=24.04.4 | 20 Jan 2025 16:15:04 (UTC) | 32 | |
| 1.1.4 | >=24.04.4 | 05 Aug 2024 21:15:43 (UTC) | 914 | |
| 1.0.6-patch1 | >=23.10.2 | 28 May 2024 14:09:57 (UTC) | 46 | |
| 1.1.3 | >=24.01.0-edge | 20 May 2024 09:05:47 (UTC) | 590 | |
| 1.1.2 | >=24.01.0-edge | 13 May 2024 09:49:03 (UTC) | 42 | |
| 1.1.1 | >=24.01.0-edge | 10 Mar 2024 20:05:02 (UTC) | 60 | |
| 1.1.0 | >=24.01.0-edge | 05 Feb 2024 23:26:44 (UTC) | 46 | |
| 1.0.7 | >=23.11.0-edge | 24 Nov 2023 21:39:43 (UTC) | 48 | |
| 1.0.6 | >=23.04.0 | 15 May 2023 03:56:52 (UTC) | 846 | |
| 1.0.5 | >=21.01.1-edge | 14 Jan 2023 17:46:02 (UTC) | 951 | |
| 1.0.4 | >=21.01.1-edge | 19 Sep 2022 21:15:11 (UTC) | 898 | |
| 1.0.3 | >=21.01.1-edge | 28 May 2021 14:16:58 (UTC) | 1.6K | |
| 1.0.2 | >=21.01.1-edge | 05 Mar 2021 10:52:41 (UTC) | 705 | |
| 1.0.1 | >=21.01.1-edge | 15 Jan 2021 10:44:57 (UTC) | 125 | |
| 1.0.0 | 21.01.0-edge | 04 Jan 2021 20:00:14 (UTC) | 48 |