26.07.0-edge-pr-6428-e9d3482
Pre-release
Pre-release
Automated development build of Nextflow. For testing purposes only.
Built from pull request #6428, commit e9d3482 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-6428-e9d3482 \
nextflow run helloSet 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-6428-e9d3482/nextflow-26.07.0-edge-pr-6428-e9d3482-dist -o nextflow-dev
chmod +x nextflow-dev
./nextflow-dev run hello