Skip to content

26.06.0-edge-pr-7300-421b259

Pre-release
Pre-release

Choose a tag to compare

Automated development build of Nextflow. For testing purposes only.

Built from pull request #7300, commit 421b259 by this workflow run.

Use with an existing Nextflow installation

NXF_BASE=https://github.com/nextflow-io/nextflow-dev-builds/releases/download \
NXF_VER=26.06.0-edge-pr-7300-421b259 \
nextflow run hello

Set inline as above, nothing persists in your environment. Do not run self-update with NXF_BASE set.

Or as a standalone executable (no Nextflow required)

curl -fsSL https://github.com/nextflow-io/nextflow-dev-builds/releases/download/v26.06.0-edge-pr-7300-421b259/nextflow-26.06.0-edge-pr-7300-421b259-dist -o nextflow-dev
chmod +x nextflow-dev
./nextflow-dev run hello