Skip to content

26.07.0-edge-pr-7219-ee5ff50

Pre-release
Pre-release

Choose a tag to compare

Automated development build of Nextflow. For testing purposes only.

Built from pull request #7219, commit ee5ff50 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.07.0-edge-pr-7219-ee5ff50 \
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.07.0-edge-pr-7219-ee5ff50/nextflow-26.07.0-edge-pr-7219-ee5ff50-dist -o nextflow-dev
chmod +x nextflow-dev
./nextflow-dev run hello